![]() |
0.01.00
|
This file includes the OpenThread API for TMF Proxy feature. More...
#include <openthread/types.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | otTmfProxyStreamHandler) (otMessage *aMessage, uint16_t aLocator, uint16_t aPort, void *aContext) |
This function pointer is called when a TMF packet for host is received. More... | |
Functions | |
otError | otTmfProxyStart (otInstance *aInstance, otTmfProxyStreamHandler aHandler, void *aContext) |
Start the TMF proxy. More... | |
otError | otTmfProxyStop (otInstance *aInstance) |
Stop the TMF proxy. More... | |
otError | otTmfProxySend (otInstance *aInstance, otMessage *aMessage, uint16_t aLocator, uint16_t aPort) |
Send packet through TMF proxy. More... | |
bool | otTmfProxyIsEnabled (otInstance *aInstance) |
Get the TMF proxy status (enabled/disabled) More... | |
This file includes the OpenThread API for TMF Proxy feature.