![]() |
0.01.00
|
This file implements the OpenThread Network Data API. More...
#include "openthread-core-config.h"
#include <openthread/netdata.h>
#include "openthread-instance.h"
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... | |
This file implements the OpenThread Network Data API.