Loading...
Searching...
No Matches
trickle_callback_t Struct Reference

Trickle callback function with arguments. More...

Detailed Description

Trickle callback function with arguments.

Definition at line 41 of file trickle.h.

#include <trickle.h>

Data Fields

void(* func )(void *)
 callback function pointer
 
void * args
 callback function arguments
 

Field Documentation

◆ 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: