次の方法で共有


BarcodeScannerTriggerReleased

このイベントは、バーコード スキャナー トリガーが解除されたときに発生します。 このイベントのデータ バッファは、次のとおりです。

構文

typedef struct _PosEventDataHeader
{
    // Event enumeration value
    PosEventType EventType;

    // Size of buffer required to read entire event (including header)
    UINT32 DataLength;
} PosEventDataHeader;

次の表に、このイベントのデータ バッファーのメモリ レイアウトを示します。

メモリ値 説明
0x00000004 EventType = PosEventType::BarcodeScannerTriggerReleased
0x00000008 sizeof(PosEventDataHeader)

要件

ヘッダー : pointofservicedriverinterface.h