Begin Array VI

Owning Palette: Reader VIs

Requires: LabPack

Starts reading an array. This must be called before reading and decoding the elements of an array from the MessagePack data.

Begin Array VI

Begin Array (Value)

Begin Array (Value)

cLabPack_lvlib_ReaderlvclassReader In is a Reader class object for decoding MessagePack data.
cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
iLabPack_lvlib_ReaderlvclassReader Out is the Reader class object for decoding MessagePack data.
iu32Count is the number of elements in the array.

Begin Array (Reference)

Begin Array (Reference)

cdatavalrefReader In is a reference to a Reader class object for decoding MessagePack data.
cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
idatavalrefReader Out is the reference to the Reader class object for decoding MessagePack data.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
iu32Count is the number of elements in the array.