Jump to content

Invoke class

From LabVIEW Wiki
Revision as of 02:05, 8 May 2020 by Q (talk | contribs) (Removed VI Server Category from page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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