PosStatisticsHeader structure (pointofservicedriverinterface.h)
This structure defines Unified Point of Service (UPOS) standard information about a device. This structure is the header for an incoming statistic.
Syntax
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
Members
EntryCount
Indicates the number of statistics that follow this header.
DeviceInformation
A PosDeviceInformation structure that contains UPOS standard information about the device, such as its category, manufacturer, and firmware revision.
DataLength
Indicates the length, in bytes, of the PosStatisticsHeader and the buffer of PosValueStatisticsEntry that follow this structure in memory.
Requirements
Requirement | Value |
---|---|
Header | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |