This file includes definitions for maintaining a pointer to arbitrary context information.
void(* Handler)(Tasklet &aTasklet)
This function pointer is called when the tasklet is run.
Definition: tasklet.hpp:75
This class implements definitions for maintaining a pointer to arbitrary context information.
Definition: context.hpp:61
Tasklet(otInstance &aInstance, Handler aHandler, void *aContext)
This constructor creates a tasklet instance.
Definition: tasklet.cpp:45