Notification from certain API
Name
gii_fromapi_event : Notification from certain API
Synopsis
#include <ggi/gii-events.h>
typedef struct {
GII_EV_COMMON_DATA;
int32_t api_id;
uint32_t code;
} gii_fromapi_nodata_event;
typedef struct {
GII_EV_COMMON_DATA;
int32_t api_id;
uint32_t code;
uint8_t data[GII_FROMAPI_DATA_MAX];
} gii_fromapi_event;Description
TODO
Generated Events
The gii_fromapi_event is used for the evFromAPI event.
Structure Members
- api_id
TODO
- code
TODO
- data
TODO
Example
TODO