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.

Create Reference VI

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.
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.