Jump to content

EventStructure class

From LabVIEW Wiki
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name EventStructure class
Class ID 16458
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

    Properties

    Show/Hide EventStructure Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    EventStructure Properties Table
    Property ID Long Name (English) Description R/W RTE
    5191C00Dynamic Terminals Visible?Sets whether the Event structure dynamic terminals are visible.Read/WriteNo
    5191C01Timeout TerminalGets a reference to the Timeout terminal of the Event structure.Read OnlyNo
    5191C02Dynamic Terminal (Left)Gets a reference to the dynamic terminal on the left side of the Event structure.Read OnlyNo
    5191C03Dynamic Terminal (Right)Gets a reference to the dynamic terminal on the right side of the Event structure.Read OnlyNo
    5191C04Number of Event FramesGets the number of subdiagrams, or event cases, owned by the Event structure.Read OnlyNo
    5191C05Event SelectorsGets the human-readable names of the Event structure cases.Read OnlyNo

    Methods

    Show/Hide EventStructure Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    EventStructure Methods Table
    Method ID Long Name (English) Description RTE
    5191800Get Event Data NodeGets a reference to the Event Data Node on the Event structure at the given event case index.No
    5191801Get Event Filter NodeGets a reference to the Event Filter Node on the Event structure at the given event case index. If the event case handles a notify event, this property returns a NULL reference.No
    5191802Get Handled EventsGets all events configured for a given frame, or event case, to handle. This method returns the events in separate outputs grouped by registration type and refnum class.No
    5191803Set Handled EventsSets all events configured for the given the frame, or event case, to handle.No
    5191804Get Handled Events (Private)No
    5191805Set Handled Events (Private)No

    Events

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


    History

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

    See Also