SRSDK
0.10.39
|
Component-specific event. More...
#include <eventCenter.h>
Public Member Functions | |
LEIASDK_API enum leia_component_id | leia_component_event_get_id (struct leia_event_component const *component) |
Identify the component that produced this event. | |
LEIASDK_API int32_t | leia_component_event_get_code (struct leia_event_component const *component) |
Get the component-specific event code (See for example leia_core_event_code) | |
LEIASDK_API void const * | leia_component_event_get_payload (struct leia_event_component const *component) |
Get payload. | |
Component-specific event.