mGNCS API Reference  v1.5.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_EVENT_CONNECT_INFO Struct Reference

#include <mcomponent.h>

Data Fields

int id_sender
 
int id_listener
 
int event_id
 
NCS_CB_ONOBJEVENT event
 

Detailed Description

A struct of connection map

Note
used for ncsComponentConnectEvents, in resmanager
See also
ncsComponentConnectEvents

Definition at line 435 of file mcomponent.h.

Field Documentation

◆ event

NCS_CB_ONOBJEVENT event

The callback for processing event

Definition at line 451 of file mcomponent.h.

◆ event_id

int event_id

The event id of sender

Definition at line 447 of file mcomponent.h.

◆ id_listener

int id_listener

The id of listener, must be a child or itself of a component

Definition at line 443 of file mcomponent.h.

◆ id_sender

int id_sender

The id of sender, must be a child or itself of a component

Definition at line 439 of file mcomponent.h.


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