Home
last modified time | relevance | path

Searched refs:otNetDataGetVersion (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dnetdata.h247 uint8_t otNetDataGetVersion(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetdata_api.cpp109 uint8_t otNetDataGetVersion(otInstance *aInstance) in otNetDataGetVersion() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp701 return mEncoder.WriteUint8(otNetDataGetVersion(mInstance)); in HandlePropertyGet()