0.01.00
netdata.h File Reference

This file defines the OpenThread Network Data API. More...

#include <openthread/types.h>

Go to the source code of this file.

Functions

OTAPI otError OTCALL otNetDataGet (otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength)
 This method provides a full or stable copy of the Leader's Thread Network Data. More...
 
OTAPI otError OTCALL otNetDataGetNextOnMeshPrefix (otInstance *aInstance, otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig)
 This function gets the next On Mesh Prefix in the partition's Network Data. More...
 
otError otNetDataGetNextRoute (otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig)
 This function gets the next external route in the partition's Network Data. More...
 
OTAPI uint8_t OTCALL otNetDataGetVersion (otInstance *aInstance)
 Get the Network Data Version. More...
 
OTAPI uint8_t OTCALL otNetDataGetStableVersion (otInstance *aInstance)
 Get the Stable Network Data Version. More...
 

Detailed Description

This file defines the OpenThread Network Data API.