Write Ext VI
Owning Palette: Writer VIs
Requires: LabPack
Writes and encodes an extension type to the MessagePack binary data format.
Write Ext (Value)
Writer In is a Writer class object for encoding LabVIEW types and values to MessagePack data. | |
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
Data is the binary data for the extension type. | |
Type is the MessagePack extension type. Negative values are reserved for future implementations of the MessagePack specification. | |
Writer Out is the Writer class object for encoding LabVIEW types and values to MessagePack data. | |
Error Out contains error information. This output provides standard error out functionality. |
Write Ext (Reference)
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
Writer In is a reference to a Writer class object for enoding LabVIEW types and values to MessagePack data. | |
Data is the binary data for the extension type. | |
Type is the MessagePack extension type. Negative values are reserved for future implementations of the MessagePack specification. | |
Error Out contains error information. This output provides standard error out functionality. | |
Writer Out is the reference to the Writer class object for enoding LabVIEW types and values to MessagePack data. |