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 (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. | |
Count is the number of bytes to read from the messagepack data. | |
Error Out contains error information. This output provides standard error out functionality. | |
Reader Out is the reader class object for decoding messagepack data. | |
Bytes are the bytes from the messagepack data. |
Read Bytes (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. | |
Count is the number of bytes to read from the messagepack data. | |
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. | |
Bytes are the bytes from the messagepack data. |