Compartir a través de


Estructura PosStatisticsHeader (pointofservicedriverinterface.h)

Esta estructura define información estándar del 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

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, de PosStatisticsHeader y el búfer de PosValueStatisticsEntry que siguen esta estructura en memoria.

Requisitos

Requisito Valor
Header pointofservicedriverinterface.h (incluya PointOfServiceDriverInterface.h)