EventStructure class: Difference between revisions
Appearance
Replaced with template tables |
m Added VI Scripting Class Category to page |
||
| Line 25: | Line 25: | ||
*[[VI Server]] | *[[VI Server]] | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI Scripting Class]] | |||
[[Category:VI Server]] | [[Category:VI Server]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
[[Category:VI Scripting]] | [[Category:VI Scripting]] | ||
Revision as of 15:10, 7 May 2020
| 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 | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 5191C00 | Dynamic Terminals Visible? | Sets whether the Event structure dynamic terminals are visible. | Read/Write | No |
| 5191C01 | Timeout Terminal | Gets a reference to the Timeout terminal of the Event structure. | Read Only | No |
| 5191C02 | Dynamic Terminal (Left) | Gets a reference to the dynamic terminal on the left side of the Event structure. | Read Only | No |
| 5191C03 | Dynamic Terminal (Right) | Gets a reference to the dynamic terminal on the right side of the Event structure. | Read Only | No |
| 5191C04 | Number of Event Frames | Gets the number of subdiagrams, or event cases, owned by the Event structure. | Read Only | No |
| 5191C05 | Event Selectors | Gets the human-readable names of the Event structure cases. | Read Only | No |
Methods
Show/Hide EventStructure Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long Name (English) | Description | RTE |
|---|---|---|---|
| 5191800 | Get Event Data Node | Gets a reference to the Event Data Node on the Event structure at the given event case index. | No |
| 5191801 | Get Event Filter Node | 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. | No |
| 5191802 | Get Handled Events | 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. | No |
| 5191803 | Set Handled Events | Sets all events configured for the given the frame, or event case, to handle. | No |
| 5191804 | Get Handled Events (Private) | No | |
| 5191805 | Set Handled Events (Private) | No |
Events
This class has no events or it inherits events from its parent: MultiFrameStructure Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |