Create Reference VI

Owning Palette: Reader VIs

Requires: LabPack

Creates a Data Value Reference (DVR) of a Reader object. This facilitates a "pass by reference"-like approach to using the Reader class. Use this to ensure a single copy of a Reader object exists within an application.

Create Reference VI

cLabPack_lvlib_ReaderlvclassReader In is the decoder as an object of the Reader class, which is passed by value.
cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
idatavalrefReader Out is the Data Value Reference (DVR) of the Reader object.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.