Event definition for context scope. More...
Event definition for context scope.
Definition at line 53 of file sock_async_ctx.h.
#include <sock_async_ctx.h>
Data Fields | |
| event_t | super |
| event structure that gets extended | |
| sock_event_cb_t | cb |
| callback | |
| void * | sock |
| generic pointer to a Sock API object | |
| void * | cb_arg |
| callback argument | |
| sock_async_flags_t | type |
| types of the event | |
| sock_event_cb_t sock_event_t::cb |
callback
Definition at line 55 of file sock_async_ctx.h.
| void* sock_event_t::cb_arg |
callback argument
Definition at line 57 of file sock_async_ctx.h.
| void* sock_event_t::sock |
generic pointer to a Sock API object
Definition at line 56 of file sock_async_ctx.h.
| event_t sock_event_t::super |
event structure that gets extended
Definition at line 54 of file sock_async_ctx.h.
| sock_async_flags_t sock_event_t::type |
types of the event
Definition at line 58 of file sock_async_ctx.h.