Searched defs:EventInfo (Results 1 – 1 of 1) sorted by relevance
213 struct EventInfo { struct214 …t64_t appData; /** The pointer to the upper-layer instance passed to the callback */215 uint32_t data1; /** Data 1 carried in the event. */216 uint32_t data2; /** Data 2 carried in the event. */217 int8_t *eventData; /** The pointer of data carried in the event. */218 uint32_t eventDataLen; /** The length of <b>eventData</b>, in bytes. */