LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
Public Attributes | List of all members
SR_systemEvent Struct Reference

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...
 

Detailed Description

C-compatible struct containing a system-wide event.

Member Data Documentation

◆ eventType

SR_eventType SR_systemEvent::eventType

Type of the event.

◆ message

const char* SR_systemEvent::message

Start of full string message.

◆ messageLength

uint64_t SR_systemEvent::messageLength

Full message string length.

◆ time

uint64_t SR_systemEvent::time

Time since epoch in microseconds.


The documentation for this struct was generated from the following file: