Condividi tramite


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;

Members

EntryCount

Indica il numero di statistiche che seguono questa intestazione.

DeviceInformation

Struttura PosDeviceInformation che contiene informazioni standard UPOS sul dispositivo, ad esempio la relativa categoria, produttore e revisione del firmware.

DataLength

Indica la lunghezza, in byte, di PosStatisticsHeader e del buffer di PosValueStatisticsEntry che seguono questa struttura in memoria.

Requisiti

Requisito Valore
Intestazione pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)