Struttura PosStatisticsHeader (pointofservicedriverinterface.h)
Questa struttura definisce informazioni standard UPOS (Unified Point of Service) su un dispositivo. Questa struttura è l'intestazione per una statistica in ingresso.
Sintassi
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
Membri
EntryCount
Indica il numero di statistiche che seguono questa intestazione.
DeviceInformation
Struttura PosDeviceInformation che contiene informazioni standard UPOS sul dispositivo, ad esempio la categoria, il produttore e la revisione del firmware.
DataLength
Indica la lunghezza, in byte, del PosStatisticsHeader e del buffer di PosValueStatisticsEntry che seguono questa struttura in memoria.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |