Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_INVALIDInvalid priority. This value should not be used. |
POS_CX_EVENT_PRIORITY_DATAData level priority delivered in FIFO. |
POS_CX_EVENT_PRIORITY_CONTROLControl 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) |