Mercury API
ConvertBitArrayToObj Method (bit_array, cursor, obj, type, field_len)
NamespacesOrg.LLRP.LTK.LLRPV1.DataTypeUtilConvertBitArrayToObj(BitArray%, Int32%, Object%, Type, Int32)

[Missing <summary> documentation for M:Org.LLRP.LTK.LLRPV1.DataType.Util.ConvertBitArrayToObj(System.Collections.BitArray@,System.Int32@,System.Object@,System.Type,System.Int32)]

Declaration Syntax
C#Visual BasicVisual C++
public static void ConvertBitArrayToObj(
	ref BitArray bit_array,
	ref int cursor,
	out Object obj,
	Type type,
	int field_len
)
Public Shared Sub ConvertBitArrayToObj ( _
	ByRef bit_array As BitArray, _
	ByRef cursor As Integer, _
	<OutAttribute> ByRef obj As Object, _
	type As Type, _
	field_len As Integer _
)
public:
static void ConvertBitArrayToObj(
	BitArray^% bit_array, 
	int% cursor, 
	[OutAttribute] Object^% obj, 
	Type^ type, 
	int field_len
)
Parameters
bit_array ( BitArray %)

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

cursor ( Int32 %)

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

obj ( Object %)

[Missing <param name="obj"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.Util.ConvertBitArrayToObj(System.Collections.BitArray@,System.Int32@,System.Object@,System.Type,System.Int32)"]

type (Type)

[Missing <param name="type"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.Util.ConvertBitArrayToObj(System.Collections.BitArray@,System.Int32@,System.Object@,System.Type,System.Int32)"]

field_len (Int32)

[Missing <param name="field_len"/> documentation for "M:Org.LLRP.LTK.LLRPV1.DataType.Util.ConvertBitArrayToObj(System.Collections.BitArray@,System.Int32@,System.Object@,System.Type,System.Int32)"]

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