Location:
e32event.h
class TRawEventBuf : public TPckgBuf< TRawEvent >;
Encapsulates a hardware event object as a descriptor (package buffer) for the purpose of data transfer.
TPckgBuf< TRawEvent >
- No description.
TRawEventBuf
- Encapsulates a hardware event object as a descriptor (package buffer) for the purpose of data transfer
Defined in TRawEventBuf
:
Event()
inline TRawEvent &Event() const;
Gets the hardware event object from the package buffer.
|