Jump to content

EventStructure class: Difference between revisions

From LabVIEW Wiki
Started page
 
Line 118: Line 118:


== See Also ==
== See Also ==
*[[Functions Palette/Programming/Structures/Event Structure|Event Structure]]
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]

Revision as of 03:43, 2 September 2019

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 Short Name (English) Description R/W RTE
5191C02 DynamicTerminalLeft Gets a reference to the dynamic terminal on the left side of the Event structure. R
5191C03 DynamicTerminalRight Gets a reference to the dynamic terminal on the right side of the Event structure. R
5191C00 DynamicTermsVisible? Sets whether the Event structure dynamic terminals are visible. R/W
5191C05 EventSelectors Gets the human-readable names of the Event structure cases. R
5191C04 NumEventFrames Gets the number of subdiagrams, or event cases, owned by the Event structure. R
5191C01 TimeoutTerminal Gets a reference to the Timeout terminal of the Event structure. R

Methods

Show/Hide EventStructure Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
EventStructure Methods Table
Method ID Short Name (English) Description RTE
5191800 GetEventDataNode Gets a reference to the Event Data Node on the Event structure at the given event case index.

The Event Data Node identifies the data LabVIEW returns when an event occurs.

5191801 GetEventFilterNode Gets 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.

The Event Filter Node identifies the event data you can modify before the user interface can process that data.

5191802 GetHandledEvents Gets 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.
5191804 GetHandledEventsPriv
5191803 SetHandledEvents Sets all events configured for the given the frame, or event case, to handle.
5191805 SetHandledEventsPriv

Events

No Events for this class.

History

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

See Also