![]() |
0.01.00
|
This file defines the getter functions for single instance OpenThread objects. More...
Go to the source code of this file.
Namespaces | |
ot::Ip6 | |
This namespace includes definitions for IPv6 networking. | |
Functions | |
otInstance * | otGetInstance (void) |
This function returns a pointer to the single otInstance (if initialized and ready). More... | |
ot::ThreadNetif & | otGetThreadNetif (void) |
This function returns a reference to the single thread network interface instance. More... | |
ot::MeshForwarder & | otGetMeshForwarder (void) |
This function returns a reference to the single MeshForwarder instance. More... | |
ot::TaskletScheduler & | otGetTaskletScheduler (void) |
This function returns a reference to the single TaskletShceduler instance. More... | |
ot::Ip6::Ip6 & | otGetIp6 (void) |
This function returns a reference to the single Ip6 instance. More... | |
This file defines the getter functions for single instance OpenThread objects.
otInstance* otGetInstance | ( | void | ) |
This function returns a pointer to the single otInstance (if initialized and ready).
otInstanceInitSingle()
) or it is finalized (call to otInstanceFinalize()
). ot::Ip6::Ip6& otGetIp6 | ( | void | ) |
This function returns a reference to the single Ip6 instance.
ot::MeshForwarder& otGetMeshForwarder | ( | void | ) |
This function returns a reference to the single MeshForwarder instance.
ot::TaskletScheduler& otGetTaskletScheduler | ( | void | ) |
This function returns a reference to the single TaskletShceduler instance.
ot::ThreadNetif& otGetThreadNetif | ( | void | ) |
This function returns a reference to the single thread network interface instance.