Write Ext VI

Owning Palette: Writer VIs

Requires: LabPack

Writes and encodes an extension type to the MessagePack binary data format.

Write Ext VI

Write Ext (Value)

Write Ext (Value)

cLabPack_lvlib_WriterlvclassWriter In is a Writer class object for encoding LabVIEW types and values to MessagePack data.
cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
c1du8Data is the binary data for the extension type.
ci8Type is the MessagePack extension type. Negative values are reserved for future implementations of the MessagePack specification.
iLabPack_lvlib_WriterlvclassWriter Out is the Writer class object for encoding LabVIEW types and values to MessagePack data.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.

Write Ext (Reference)

Write Ext (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.
c1du8Data is the binary data for the extension type.
ci8Type is the MessagePack extension type. Negative values are reserved for future implementations of the MessagePack specification.
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.