0.01.00
netdata_api.cpp File Reference

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

Functions

otError 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...
 
otError 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...
 
uint8_t otNetDataGetVersion (otInstance *aInstance)
 Get the Network Data Version. More...
 
uint8_t otNetDataGetStableVersion (otInstance *aInstance)
 Get the Stable Network Data Version. More...
 

Detailed Description

This file implements the OpenThread Network Data API.