Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This structure represents the type of event that occurred on the device.
Syntax
typedef struct _PosEventDataHeader
{ PosEventType EventType; // Event enumeration value
UINT32 DataLength; // Size of buffer required to read entire event
} PosEventDataHeader;
Members
EventType
A value in the PosEventType enumeration indicating the event that occurred on the device (for instance, when a trigger is pulled or released).DataLength
The length of the buffer containing this event in bytes, including this header.
Requirements
Header: PointOfServiceDriverInterface.h