CallByRef class: Difference between revisions
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|16402}} | ||
{{stub}} | {{stub}} | ||
Revision as of 23:00, 1 September 2019
| 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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The CallByRef class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide CallByRef Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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:
|
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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |