Zigbee Protocol Controller 1.6.0
uic_main_ext_fd_registration_t Struct Reference

#include <uic_main_externals_internal.h>

Public Attributes

list_tlist
 
uic_ext_event_handler_t ev_hndl_func
 
struct processowning_process
 
int fd
 

Detailed Description

Internal structure to store the external event handlers.

Member Data Documentation

◆ ev_hndl_func

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.

◆ fd

int uic_main_ext_fd_registration_t::fd

Interface descriptor for the external interface.

◆ list

list_t* uic_main_ext_fd_registration_t::list

Contiki list

◆ owning_process

struct process* uic_main_ext_fd_registration_t::owning_process

The process that should be polled when events are detected on fd.


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