PosStatisticsHeader 구조체(pointofservicedriverinterface.h)
이 구조는 디바이스에 대한 UPOS(Unified Point of Service) 표준 정보를 정의합니다. 이 구조체는 들어오는 통계의 헤더입니다.
통사론
typedef struct _PosStatisticsHeader {
UINT32 EntryCount;
PosDeviceInformation DeviceInformation;
UINT32 DataLength;
} PosStatisticsHeader;
회원
EntryCount
이 헤더 뒤에 오는 통계 수를 나타냅니다.
DeviceInformation
범주, 제조업체 및 펌웨어 수정 버전과 같은 디바이스에 대한 UPOS 표준 정보를 포함하는 PosDeviceInformation 구조체입니다.
DataLength
PosStatisticsHeader 길이와 메모리에서 이 구조를 따르는 PosValueStatisticsEntry 버퍼를 나타냅니다.
요구 사항
요구 | 값 |
---|---|
헤더 | pointofservicedriverinterface.h(PointOfServiceDriverInterface.h 포함) |