End VI

Owning Palette: Writer VIs

Requires: LabPack

Finishes encoding LabVIEW types and values to MessagePack data. This must be called after writing all of the data to free resources, allow reuse of the object, and obtain the encoded MessagePack data.

End VI

End (Value)

End (Value)

cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cLabPack_lvlib_WriterlvclassWriter In is a Writer class object for encoding LabVIEW types and values to MessagePack data.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
iLabPack_lvlib_WriterlvclassWriter Out is the Writer class object for encoding LabVIEW types and values to MessagePack data.
i1du8Data is the binary data encoded with the MessagePack format.

End (Reference)

End (Reference)

cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cdatavalrefWriter In is a reference to a Writer class object for enoding LabVIEW types and values to MessagePack data.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
idatavalrefWriter Out is the reference to the Writer class object for enoding LabVIEW types and values to MessagePack data.
i1du8Data is the binary data encoded with the MessagePack format.