Jump to content

CallByRef class

From LabVIEW Wiki
Revision as of 23:00, 1 September 2019 by Q (talk | contribs)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CallByRef class
Class ID 16402
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The CallByRef class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide CallByRef Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CallByRef Properties Table
Property ID Short Name (English) Description R/W RTE
635F003 CBRNodeStyle Returns the style of an instance of the Call By Reference class. The possible values include Call By Reference, Start Asynchronous Call, and Wait On Asynchronous Call.

Use the following methods to change the style of a particular instance of the Call By Reference class:


Convert:Call By Reference Convert:Start Asynchronous Call Convert:Wait On Asynchronous Call

R
635F002 Load and Retain R X
635F001 Reload For Each Call R X
635F000 Static VI Path R X

Methods

Show/Hide CallByRef Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CallByRef Methods Table
Method ID Short Name (English) Description RTE
635EC00 Configure X
635EC03 ConvertCallByRef Converts the referenced node into a standard Call By Reference node.

Use this method to convert a Start Asynchronous Call node or a Wait On Asynchronous Call node into a Call By Reference node programmatically. To programmatically determine the node style of an instance of the Call By Reference class, use the Call By Ref Node Style property.

635EC01 ConvertStartAsyncCall Converts the referenced node into a Start Asynchronous Call node.

Use this method to convert a standard Call By Reference node or a Wait On Asynchronous Call node into a Start Asynchronous Call node programmatically. To programmatically determine the node style of an instance of the Call By Reference class, use the Call By Ref Node Style property.

635EC02 ConvertWaitAsyncCall Converts the referenced node into a Wait On Asynchronous Call node.

Use this method to convert a Call By Reference node or a Start Asynchronous Call node into a Wait On Asynchronous Call node programmatically. To programmatically determine the node style of an instance of the Call By Reference class, use the Call By Ref Node Style property.

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also