Estructura PosStatisticsHeader (pointofservicedriverinterface.h)

Esta estructura define información estándar de punto de servicio unificado (UPOS) sobre un dispositivo. Esta estructura es el encabezado de una estadística entrante.

Sintaxis

typedef struct _PosStatisticsHeader {
  UINT32               EntryCount;
  PosDeviceInformation DeviceInformation;
  UINT32               DataLength;
} PosStatisticsHeader;

Miembros

EntryCount

Indica el número de estadísticas que siguen este encabezado.

DeviceInformation

Una estructura PosDeviceInformation que contiene información estándar de UPOS sobre el dispositivo, como su categoría, fabricante y revisión de firmware.

DataLength

Indica la longitud, en bytes, del PosStatisticsHeader y el búfer de PosValueStatisticsEntry que siguen esta estructura en memoria.

Requisitos

Requisito Valor
encabezado de pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)