LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
C-compatible struct containing a system-wide event. More...
#include <systemevent.h>
Public Attributes | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_eventType | eventType |
Type of the event. More... | |
uint64_t | messageLength |
Full message string length. More... | |
const char * | message |
Start of full string message. More... | |
C-compatible struct containing a system-wide event.
SR_eventType SR_systemEvent::eventType |
Type of the event.
const char* SR_systemEvent::message |
Start of full string message.
uint64_t SR_systemEvent::messageLength |
Full message string length.
uint64_t SR_systemEvent::time |
Time since epoch in microseconds.