Mercury API
DecodeCustomMessage Method (bit_array, cursor, length)
NamespacesOrg.LLRP.LTK.LLRPV1CustomMsgDecodeFactoryDecodeCustomMessage(BitArray%, Int32%, Int32)

[Missing <summary> documentation for M:Org.LLRP.LTK.LLRPV1.CustomMsgDecodeFactory.DecodeCustomMessage(System.Collections.BitArray@,System.Int32@,System.Int32)]

Declaration Syntax
C#Visual BasicVisual C++
public static MSG_CUSTOM_MESSAGE DecodeCustomMessage(
	ref BitArray bit_array,
	ref int cursor,
	int length
)
Public Shared Function DecodeCustomMessage ( _
	ByRef bit_array As BitArray, _
	ByRef cursor As Integer, _
	length As Integer _
) As MSG_CUSTOM_MESSAGE
public:
static MSG_CUSTOM_MESSAGE^ DecodeCustomMessage(
	BitArray^% bit_array, 
	int% cursor, 
	int length
)
Parameters
bit_array ( BitArray %)

[Missing <param name="bit_array"/> documentation for "M:Org.LLRP.LTK.LLRPV1.CustomMsgDecodeFactory.DecodeCustomMessage(System.Collections.BitArray@,System.Int32@,System.Int32)"]

cursor ( Int32 %)

[Missing <param name="cursor"/> documentation for "M:Org.LLRP.LTK.LLRPV1.CustomMsgDecodeFactory.DecodeCustomMessage(System.Collections.BitArray@,System.Int32@,System.Int32)"]

length (Int32)

[Missing <param name="length"/> documentation for "M:Org.LLRP.LTK.LLRPV1.CustomMsgDecodeFactory.DecodeCustomMessage(System.Collections.BitArray@,System.Int32@,System.Int32)"]

Return Value

[Missing <returns> documentation for M:Org.LLRP.LTK.LLRPV1.CustomMsgDecodeFactory.DecodeCustomMessage(System.Collections.BitArray@,System.Int32@,System.Int32)]

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