DataEvent

Data event specific data. Used in \ref Event (union)

Members

Enums

DataTypes
enum DataTypes

Value for DataEvent::type

Variables

bytes
uint8* bytes;

< pointer to the data block

size
uint32 size;

< size in bytes of the data block bytes

type
uint32 type;

< type of this data block (see \ref DataTypes)

Meta