enumeración POS_CX_EVENT_PRIORITY (poscx.h)
El POS_CX_EVENT_PRIORITY define la importancia del evento y el pedido que se entregará a la aplicación cliente.
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;
Constantes
POS_CX_EVENT_PRIORITY_INVALID Prioridad no válida. Este valor no se debe usar. |
POS_CX_EVENT_PRIORITY_DATA Prioridad de nivel de datos entregada en FIFO. |
POS_CX_EVENT_PRIORITY_CONTROL Prioridad de nivel de control entregada en FIFO. |
POS_CX_EVENT_PRIORITY__MAX |
Comentarios
PosCx entregará todos los eventos de nivel de control antes de los eventos de nivel de datos.
Requisitos
Requisito | Valor |
---|---|
Header | poscx.h (include Poscx.h) |