AudioScience HPI  Version_4.31.1
Data Fields
hpi_async_event Struct Reference

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...
 

Detailed Description

An object for containing a single async event.

Field Documentation

◆ wEventType

uint16_t hpi_async_event::wEventType

Type of event.

See also
async_event

◆ wSequence

uint16_t hpi_async_event::wSequence

Sequence number, allows lost event detection.

◆ dwState

uint32_t hpi_async_event::dwState

New state.

◆ hObject

uint32_t hpi_async_event::hObject

Handle to the object returning the event.

◆ wIndex

uint16_t hpi_async_event::wIndex

GPIO bit index.

◆ wNodeIndex

uint16_t hpi_async_event::wNodeIndex

What node is the control on ?

◆ wNodeType

uint16_t hpi_async_event::wNodeType

What type of node is the control on ?


The documentation for this struct was generated from the following file: