Jump to content

CallByRef class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Sever Category from page
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=CallByRef|id=16402|scope=script|class_0=Generic|class_1=GObject|class_2=Node|class_3=CallByRef}}
{{VIServerClass|16402}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide CallByRef Properties Table</span>
{{VIServerClassTables|16402}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CallByRef Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|635F003
| [[CallByRef class/CBRNodeStyle property|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
|
|- style="background-color:#D1BB80;"
|635F002
| [[CallByRef class/Load and Retain property|Load and Retain]]
|
|R
|X
|- style="background-color:#D1BB80;"
|635F001
| [[CallByRef class/Reload For Each Call property|Reload For Each Call]]
|
|R
|X
|- style="background-color:#D1BB80;"
|635F000
| [[CallByRef class/Static VI Path property|Static VI Path]]
|
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide CallByRef Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ CallByRef Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|635EC00
| [[CallByRef class/Configure method|Configure]]
|
|X
|- style="background-color:#CCFFFF;"
|635EC03
| [[CallByRef class/ConvertCallByRef method|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.
|
|- style="background-color:#CCFFFF;"
|635EC01
| [[CallByRef class/ConvertStartAsyncCall method|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.
|
|- style="background-color:#CCFFFF;"
|635EC02
| [[CallByRef class/ConvertWaitAsyncCall method|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.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 109: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:42, 8 May 2020

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 Long Name (English) Description R/W RTE
635F000Static VI PathRead OnlyYes
635F001Reload For Each CallRead OnlyYes
635F002Load and RetainRead OnlyYes
635F003Call By Ref Node StyleReturns 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.Read OnlyNo

Methods

Show/Hide CallByRef Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CallByRef Methods Table
Method ID Long Name (English) Description RTE
635EC00ConfigureYes
635EC01Convert:Start Asynchronous CallConverts the referenced node into a Start Asynchronous Call node.No
635EC02Convert:Wait On Asynchronous CallConverts the referenced node into a Wait On Asynchronous Call node.No
635EC03Convert:Call By ReferenceConverts the referenced node into a standard Call By Reference node.No

Events

This class has no events or it inherits events from its parent: Node Class.


History

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

See Also