Mercury API
Decode_Envelope Method (hdr, env)
NamespacesOrg.LLRP.LTK.LLRPV1LLRPBinaryDecoderDecode_Envelope(array<Byte>[]()[], LLRPBinaryDecoder..::.LLRP_Envelope%)

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

Declaration Syntax
C#Visual BasicVisual C++
public static void Decode_Envelope(
	byte[] hdr,
	out LLRPBinaryDecoder..::.LLRP_Envelope env
)
Public Shared Sub Decode_Envelope ( _
	hdr As Byte(), _
	<OutAttribute> ByRef env As LLRPBinaryDecoder..::.LLRP_Envelope _
)
public:
static void Decode_Envelope(
	array<unsigned char>^ hdr, 
	[OutAttribute] LLRPBinaryDecoder..::.LLRP_Envelope% env
)
Parameters
hdr (array< Byte >[]()[])

[Missing <param name="hdr"/> documentation for "M:Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.Decode_Envelope(System.Byte[],Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.LLRP_Envelope@)"]

env ( LLRPBinaryDecoder..::.LLRP_Envelope %)

[Missing <param name="env"/> documentation for "M:Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.Decode_Envelope(System.Byte[],Org.LLRP.LTK.LLRPV1.LLRPBinaryDecoder.LLRP_Envelope@)"]

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