Electroneum
comm_timer Struct Reference

#include <netevent.h>

Public Attributes

struct internal_timer * ev_timer
 
void(* callback )(void *)
 
void * cb_arg
 

Detailed Description

Structure only for making timeout events.

Definition at line 309 of file netevent.h.

Member Data Documentation

◆ callback

void(* comm_timer::callback) (void *)

callback function, takes user arg only

Definition at line 314 of file netevent.h.

◆ cb_arg

void* comm_timer::cb_arg

callback user argument

Definition at line 317 of file netevent.h.

◆ ev_timer

struct internal_timer* comm_timer::ev_timer

the internal event stuff (derived)

Definition at line 311 of file netevent.h.


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