35 #ifndef OPENTHREAD_NETDATA_H_ 36 #define OPENTHREAD_NETDATA_H_ 61 uint8_t *aDataLength);
120 #endif // OPENTHREAD_NETDATA_H_ OTAPI uint8_t OTCALL otNetDataGetStableVersion(otInstance *aInstance)
Get the Stable Network Data Version.
Definition: netdata_api.cpp:85
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.
Definition: netdata_api.cpp:42
This type represents all the static / global variables used by OpenThread allocated in one place...
Definition: openthread-instance.h:59
This file defines the types and structures used in the OpenThread library API.
This structure represents an External Route configuration.
Definition: types.h:771
uint32_t otNetworkDataIterator
Used to iterate through Network Data information.
Definition: types.h:710
OTAPI otError OTCALL otNetDataGetNextOnMeshPrefix(otInstance *aInstance, otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig)
This function gets the next On Mesh Prefix in the partition's Network Data.
Definition: netdata_api.cpp:54
otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig)
This function gets the next external route in the partition's Network Data.
Definition: netdata_api.cpp:67
This structure represents a Border Router configuration.
Definition: types.h:715
OTAPI uint8_t OTCALL otNetDataGetVersion(otInstance *aInstance)
Get the Network Data Version.
Definition: netdata_api.cpp:80
otError
This enumeration represents error codes used throughout OpenThread.
Definition: types.h:107