End Map VI
Owning Palette: Reader VIs
Requires: LabPack
Ends reading a map from the MessagePack data. This must be called after reading and decoding all key-value pairs in a map to avoid errors.
End Map (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. |
End Map (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. |