POS_CX_EVENT_PRIORITY enumeration (poscx.h)
The POS_CX_EVENT_PRIORITY defines the importance of the event and the order it will be delivered to the client application.
Syntax
typedef enum _POS_CX_EVENT_PRIORITY {
POS_CX_EVENT_PRIORITY_INVALID,
POS_CX_EVENT_PRIORITY_DATA,
POS_CX_EVENT_PRIORITY_CONTROL,
POS_CX_EVENT_PRIORITY__MAX
} POS_CX_EVENT_PRIORITY;
Constants
POS_CX_EVENT_PRIORITY_INVALID Invalid priority. This value should not be used. |
POS_CX_EVENT_PRIORITY_DATA Data level priority delivered in FIFO. |
POS_CX_EVENT_PRIORITY_CONTROL Control level priority delivered in FIFO. |
POS_CX_EVENT_PRIORITY__MAX |
Remarks
PosCx will deliver all Control level events before Data level events.
Requirements
Requirement | Value |
---|---|
Header | poscx.h (include Poscx.h) |