Zigbee Protocol Controller 1.6.0
uic_main_externals.h File Reference
#include <stdbool.h>
#include "sys/process.h"
#include "sl_status.h"

Go to the source code of this file.

Macros

#define UIC_MAIN_EXT_MAX_FDS   5
 

Typedefs

typedef bool(* uic_ext_event_handler_t) (int)
 

Functions

sl_status_t uic_main_ext_register_rfd (int fdr, uic_ext_event_handler_t ev_hndl_func, struct process *ev_hndl_process)
 
sl_status_t uic_main_ext_unregister_rfd (int fdr)