Estrutura PosStatisticsHeader (pointofservicedriverinterface.h)
Essa estrutura define informações padrão do UPOS (Ponto Unificado de Serviço) sobre um dispositivo. Essa estrutura é o cabeçalho de uma estatística de entrada.
Sintaxe
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
Membros
EntryCount
Indica o número de estatísticas que seguem esse cabeçalho.
DeviceInformation
Uma estrutura PosDeviceInformation que contém informações padrão do UPOS sobre o dispositivo, como sua categoria, fabricante e revisão de firmware.
DataLength
Indica o comprimento, em bytes, do PosStatisticsHeader e o buffer de PosValueStatisticsEntry que seguem essa estrutura na memória.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | pointofservicedriverinterface.h (inclua PointOfServiceDriverInterface.h) |