|
AudioScience HPI
Version_4.31.1
|
An object for containing a single async event. More...
#include <hpi.h>
Data Fields | |
| uint16_t | wEventType |
| Type of event. More... | |
| uint16_t | wSequence |
| Sequence number, allows lost event detection. More... | |
| uint32_t | dwState |
| New state. More... | |
| uint32_t | hObject |
| Handle to the object returning the event. More... | |
| uint16_t | wIndex |
| GPIO bit index. More... | |
| uint16_t | wNodeIndex |
| What node is the control on ? More... | |
| uint16_t | wNodeType |
| What type of node is the control on ? More... | |
An object for containing a single async event.
| uint16_t hpi_async_event::wEventType |
Type of event.
| uint16_t hpi_async_event::wSequence |
Sequence number, allows lost event detection.
| uint32_t hpi_async_event::dwState |
New state.
| uint32_t hpi_async_event::hObject |
Handle to the object returning the event.
| uint16_t hpi_async_event::wIndex |
GPIO bit index.
| uint16_t hpi_async_event::wNodeIndex |
What node is the control on ?
| uint16_t hpi_async_event::wNodeType |
What type of node is the control on ?
1.8.13