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 (Value)
![]() | Reader In is a Reader class object for decoding MessagePack data. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() | Error Out contains error information. This output provides standard error out functionality. |
![]() | Reader Out is the Reader class object for decoding MessagePack data. |
![]() | Count is the number of elements in the array. |
Begin Array (Reference)
![]() | Reader In is a reference to a Reader class object for decoding MessagePack data. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() | Reader Out is the reference to the Reader class object for decoding MessagePack data. |
![]() | Error Out contains error information. This output provides standard error out functionality. |
![]() | Count is the number of elements in the array. |