Create Reference VI
Owning Palette: Writer VIs
Requires: LabPack
Creates a Data Value Reference (DVR) of a Writer object. This facilitates a "pass by reference"-like approach to using the Writer class. Use this to ensure a single copy of a Writer object exists within an application.
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. | |
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. |