ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
epoll_event_doc Struct Reference

epool event structure 4th parameter of epoll_ctl(...) More...

#include <design_notes.h>

Data Fields

int events
 and EPOLL_EVENT value (might be ored) More...
 
union {
   void *   ptr
 
   int   fd
 
   int   u32
 
   long   u64
 
data
 

Detailed Description

epool event structure 4th parameter of epoll_ctl(...)

Definition at line 40 of file design_notes.h.

Field Documentation

union { ... } epoll_event_doc::data
int epoll_event_doc::events

and EPOLL_EVENT value (might be ored)

Definition at line 42 of file design_notes.h.

int epoll_event_doc::fd

Definition at line 45 of file design_notes.h.

void* epoll_event_doc::ptr

Definition at line 44 of file design_notes.h.

int epoll_event_doc::u32

Definition at line 46 of file design_notes.h.

long epoll_event_doc::u64

Definition at line 47 of file design_notes.h.


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