Jump to content

Invoke class: Difference between revisions

From LabVIEW Wiki
Started page
 
Replaced with template tables
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 Invoke Properties Table</span>
{{VIServerClassTables|16420}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Invoke Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|637040D
| [[Invoke class/AllMeths() property|AllMeths()]]
|Lists all methods supported for the current class.
 
Some methods have a <b>Unique ID string</b>. The <b>Unique ID string</b> is consistent across all versions and locales of LabVIEW. Methods without a <b>Unique ID string</b> return an empty string. All methods return <b>Data name</b>, <b>Short name (localized)</b>, and <b>Long name (localized)</b>, which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.
|R
|
|- style="background-color:#D1BB80;"
|637040A
| [[Invoke class/Flags.IsDeprecated property|Flags.IsDeprecated]]
|
|R
|
|- style="background-color:#D1BB80;"
|6370408
| [[Invoke class/Flags.IsPrivate property|Flags.IsPrivate]]
|
|R
|
|- style="background-color:#D1BB80;"
|6370409
| [[Invoke class/Flags.IsScripting property|Flags.IsScripting]]
|
|R
|
|- style="background-color:#D1BB80;"
|637040B
| [[Invoke class/Flags.MustRunAtRootLoop property|Flags.MustRunAtRootLoop]]
|
|R
|
|- style="background-color:#D1BB80;"
|6370407
| [[Invoke class/Flags.NotAvailableInAppLibs property|Flags.NotAvailableInAppLibs]]
|
|R
|
|- style="background-color:#CCFFFF;"
|6370404
| [[Invoke class/InputTerms property|InputTerms]]
|Returns references to the input parameters.
|R
|X
|- style="background-color:#CCFFFF;"
|6370402
| [[Invoke class/MethClassName property|MethClassName]]
|Sets or gets the class name for the invoke node.
 
If you set the class name, include the full names for the server class and the node class, separated by a colon. VI Server:Generic is an example of a class name.
|R/W
|
|- style="background-color:#CCFFFF;"
|6370403
| [[Invoke class/LinkedControl property|LinkedControl]]
|Returns a reference to a front panel control if the invoke node links to the control.
 
This property returns a NULL reference and an error if the invoke node does not link to a front panel control.
|R
|X
|- style="background-color:#CCFFFF;"
|637040E
| [[Invoke class/Method property|Method]]
|Gets information about the methods selected in this node.
 
Some methods have a <b>Unique ID string</b>. The <b>Unique ID string</b> is consistent across all versions and locales of LabVIEW. Methods without a <b>Unique ID string</b> return an empty string. If this node has an invalid method selected, this property returns empty strings for <b>Data name</b>, <b>Short name</b>, and <b>Long name</b>. This property is read only. Use the Set Method method to change the currently selected method.
|R
|
|- style="background-color:#CCFFFF;"
|6370405
| [[Invoke class/OutputTerms property|OutputTerms]]
|Returns references to the output parameters.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Invoke Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Invoke Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6370001
| [[Invoke class/DisconnectFromControl method|DisconnectFromControl]]
|Disconnects the invoke node from a control.
|X
|- style="background-color:#CCFFFF;"
|6370000
| [[Invoke class/LinkToControl method|LinkToControl]]
|Links the invoke node to the control you specify. The link to the control is available only when you do not wire data to the <b>Reference</b> input. If you wire data to the <b>Reference</b> input, LabVIEW returns an error.
|X
|- style="background-color:#CCFFFF;"
|6370002
| [[Invoke class/SetMethod method|SetMethod]]
|Sets the method of the invoke node.
|
|- style="background-color:#D1BB80;"
|6370003
| [[Invoke class/SetMethod_AllowPrivate method|SetMethod_AllowPrivate]]
|
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:19, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Invoke class
Class ID 16420
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

    Properties

    Show/Hide Invoke Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Invoke Properties Table
    Property ID Long Name (English) Description R/W RTE
    6370400Method (Deprecated)Read/WriteNo
    6370401All Supported Methods (Deprecated)Read OnlyNo
    6370402Invoke Node Class NameSets or gets the class name for the invoke node.Read/WriteNo
    6370403Linked ControlReturns a reference to a front panel control if the invoke node links to the control.Read OnlyYes
    6370404Input Terminals []Returns references to the input parameters.Read OnlyYes
    6370405Output Terminals []Returns references to the output parameters.Read OnlyYes
    6370406Deprecated_FlagsRead OnlyYes
    6370407Flags:Not Available In AppLibsRead OnlyNo
    6370408Flags:Is PrivateRead OnlyNo
    6370409Flags:Is ScriptingRead OnlyNo
    637040AFlags:Is DeprecatedRead OnlyNo
    637040BFlags:Must Run At Root LoopRead OnlyNo
    637040DAll Supported MethodsLists all methods supported for the current class.Read OnlyNo
    637040EMethodGets information about the methods selected in this node.Read OnlyNo

    Methods

    Show/Hide Invoke Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Invoke Methods Table
    Method ID Long Name (English) Description RTE
    6370000Link To ControlLinks the invoke node to the control you specify. The link to the control is available only when you do not wire data to the Reference input. If you wire data to the Reference input, LabVIEW returns an error.Yes (Read/Write)
    6370001Disconnect From ControlDisconnects the invoke node from a control.Yes (Read/Write)
    6370002Set MethodSets the method of the invoke node.No
    6370003Set Method (Allow Private)No

    Events

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


    History

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

    See Also