Represents an event from the wand stream. More...
#include <types.h>

Data Fields | |
| T5_WandHandle | wandId |
| Opaque identifier for the wand. More... | |
| T5_WandStreamEventType | type |
| Type of event. More... | |
| uint64_t | timestampNanos |
| The timestamp of the wand event in nanoseconds. More... | |
| T5_WandReport | report |
| Report (Valid if type = kT5_WandStreamEventType_Report) More... | |
| T5_WandReport T5_WandStreamEvent::report |
Report (Valid if type = kT5_WandStreamEventType_Report)
| uint64_t T5_WandStreamEvent::timestampNanos |
| T5_WandStreamEventType T5_WandStreamEvent::type |
| T5_WandHandle T5_WandStreamEvent::wandId |