Read Bytes VI

Owning Palette: Reader VIs

Requires: LabPack

Reads, but does not decode, bytes from the messagepack data. This is used to read strings, binary, and extension data. use the begin and end vis for the various types with this vi to decode the bytes from the messagepack format.

Read Bytes VI

Read Bytes (Value)

Read Bytes (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.
cu64Count is the number of bytes to read from the messagepack data.
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.
i1du8Bytes are the bytes from the messagepack data.

Read Bytes (Reference)

Read Bytes (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.
cu64Count is the number of bytes to read from the messagepack data.
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.
i1du8Bytes are the bytes from the messagepack data.