enumerazione POS_CX_EVENT_PRIORITY (poscx.h)
Il POS_CX_EVENT_PRIORITY definisce l'importanza dell'evento e l'ordine che verrà recapitato all'applicazione client.
Sintassi
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;
Costanti
POS_CX_EVENT_PRIORITY_INVALID Priorità non valida. Questo valore non deve essere usato. |
POS_CX_EVENT_PRIORITY_DATA Priorità del livello di dati recapitata in FIFO. |
POS_CX_EVENT_PRIORITY_CONTROL Priorità del livello di controllo recapitata in FIFO. |
POS_CX_EVENT_PRIORITY__MAX |
Commenti
PosCx fornirà tutti gli eventi a livello di controllo prima degli eventi a livello di dati.
Requisiti
Requisito | Valore |
---|---|
Intestazione | poscx.h (include Poscx.h) |