PosStatisticsHeader 结构 (pointofservicedriverinterface.h)

此结构定义统一服务点 (UPOS) 设备的标准信息。 此结构是传入统计信息的标头。

语法

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

成员

EntryCount

指示此标头后面的统计信息数。

DeviceInformation

PosDeviceInformation 结构,其中包含有关设备的 UPOS 标准信息,例如其类别、制造商和固件版本。

DataLength

指示在内存中遵循此结构的 PosStatisticsHeaderPosValueStatisticsEntry 的长度(以字节为单位)。

要求

要求
Header pointofservicedriverinterface.h (包括 PointOfServiceDriverInterface.h)