次の方法で共有


PosStatisticsHeader 構造体 (pointofservicedriverinterface.h)

この構造では、デバイスに関する統合サービスポイント (UPOS) 標準情報を定義します。 この構造体は、受信統計のヘッダーです。

構文

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

メンバー

EntryCount

このヘッダーに続く統計の数を示します。

DeviceInformation

デバイスに関する UPOS 標準情報 (カテゴリ、製造元、ファームウェアリビジョンなど) を含む PosDeviceInformation 構造体。

DataLength

PosStatisticsHeader の長さと、メモリ内のこの構造体に続く PosValueStatisticsEntry のバッファーの長さをバイト単位で示します。

要件

要件
Header pointofservicedriverinterface.h (PointOfServiceDriverInterface.h を含む)