Zigbee Protocol Controller 1.6.0
|
#include <uic_main_externals_internal.h>
Public Attributes | |
list_t * | list |
uic_ext_event_handler_t | ev_hndl_func |
struct process * | owning_process |
int | fd |
Internal structure to store the external event handlers.
uic_ext_event_handler_t uic_main_ext_fd_registration_t::ev_hndl_func |
The function that should be called when events are detected on fd.
int uic_main_ext_fd_registration_t::fd |
Interface descriptor for the external interface.
list_t* uic_main_ext_fd_registration_t::list |
Contiki list
struct process* uic_main_ext_fd_registration_t::owning_process |
The process that should be polled when events are detected on fd.