EventStructure class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 00:05, 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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The EventStructure class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide EventStructure 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 |
|---|---|---|---|---|
| 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |