Trickle callback function with arguments.
More...
Trickle callback function with arguments.
Definition at line 41 of file trickle.h.
#include <trickle.h>
|
void(* | func )(void *) |
| callback function pointer
|
|
void * | args |
| callback function arguments
|
|
◆ args
void* trickle_callback_t::args |
callback function arguments
Definition at line 43 of file trickle.h.
◆ func
void(* trickle_callback_t::func) (void *) |
callback function pointer
Definition at line 42 of file trickle.h.
The documentation for this struct was generated from the following file: