0.01.00
ot::Context Class Reference

This class implements definitions for maintaining a pointer to arbitrary context information. More...

#include <src/core/common/context.hpp>

Inheritance diagram for ot::Context:
ot::Mac::Receiver ot::Mac::Sender ot::Tasklet ot::Timer ot::TimerMilli ot::TrickleTimer

Protected Member Functions

 Context (void *aContext)
 This constructor initializes the context object. More...
 

Detailed Description

This class implements definitions for maintaining a pointer to arbitrary context information.

This is used as base class for objects that provide a callback or handler (e.g., Timer or Tasklet).

Constructor & Destructor Documentation

§ Context()

ot::Context::Context ( void *  aContext)
inlineprotected

This constructor initializes the context object.

Parameters
[in]aContextA pointer to arbitrary context information.

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