mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
#include <mcomponent.h>
Data Fields | |
int | id_sender |
int | id_listener |
int | event_id |
NCS_CB_ONOBJEVENT | event |
A struct of connection map
Definition at line 423 of file mcomponent.h.
NCS_CB_ONOBJEVENT event |
The callback for processing event
Definition at line 439 of file mcomponent.h.
int event_id |
The event id of sender
Definition at line 435 of file mcomponent.h.
int id_listener |
The id of listener, must be a child or itself of a component
Definition at line 431 of file mcomponent.h.
int id_sender |
The id of sender, must be a child or itself of a component
Definition at line 427 of file mcomponent.h.