Loading...
Searching...
No Matches
sock_event_t Struct Reference

Event definition for context scope. More...

Detailed Description

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
 

Field Documentation

◆ cb

sock_event_cb_t sock_event_t::cb

callback

Definition at line 55 of file sock_async_ctx.h.

◆ cb_arg

void* sock_event_t::cb_arg

callback argument

Definition at line 57 of file sock_async_ctx.h.

◆ sock

void* sock_event_t::sock

generic pointer to a Sock API object

Definition at line 56 of file sock_async_ctx.h.

◆ super

event_t sock_event_t::super

event structure that gets extended

Definition at line 54 of file sock_async_ctx.h.

◆ type

sock_async_flags_t sock_event_t::type

types of the event

Definition at line 58 of file sock_async_ctx.h.


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