Begin Str VI
Owning Palette: Reader VIs
Requires: LabPack
Starts decoding a string. An error will occur if the current MessagePack object in the data is not a string.
Begin Str (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. |
![]() | Length is the size of the string in bytes. |
Begin Str (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. |
![]() | Length is the size of the string in bytes. |