PosStatisticsHeader 结构 (pointofservicedriverinterface.h)
此结构定义有关设备的统一服务点(UPOS)标准信息。 此结构是传入统计信息的标头。
语法
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
成员
EntryCount
指示此标头后面的统计信息数。
DeviceInformation
PosDeviceInformation 结构,其中包含有关设备的 UPOS 标准信息,例如其类别、制造商和固件修订。
DataLength
指示 PosStatisticsHeader 的长度和 PosValueStatisticsEntry 的缓冲区(以字节为单位)。
要求
要求 | 价值 |
---|---|
标头 | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |