Mercury API
Decode Method (packet, msg)
NamespacesOrg.LLRP.LTK.LLRPV1LLRPBinaryDecoderDecode(array<Byte>[]()[]%, Message%)

[Missing <summary> documentation for M:Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.Decode(System.Byte[]@,Org.LLRP.LTK.LLRPV1.DataType.Message@)]

Declaration Syntax
C#Visual BasicVisual C++
public static void Decode(
	ref byte[] packet,
	out Message msg
)
Public Shared Sub Decode ( _
	ByRef packet As Byte(), _
	<OutAttribute> ByRef msg As Message _
)
public:
static void Decode(
	array<unsigned char>^% packet, 
	[OutAttribute] Message^% msg
)
Parameters
packet ( array< Byte >[]()[] %)

[Missing <param name="packet"/> documentation for "M:Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.Decode(System.Byte[]@,Org.LLRP.LTK.LLRPV1.DataType.Message@)"]

msg ( Message %)

[Missing <param name="msg"/> documentation for "M:Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.Decode(System.Byte[]@,Org.LLRP.LTK.LLRPV1.DataType.Message@)"]

Assembly: LLRP (Module: LLRP) Version: 1.0.0.6 (1.0.0.6)