class ThreadConfigWriter
Defined at line 34 of file ../../src/connectivity/openthread/third_party/openthread/platform/thread_config_manager.h
Abstract class that defines the writer interface for the config store.
Public Methods
ThreadConfigMgrError ClearConfigValue (const std::string & key)
ThreadConfigMgrError ClearConfigValueFromArray (const std::string & key, uint16_t index)
ThreadConfigMgrError AppendConfigValueBinArray (const std::string & key, const uint8_t * value, size_t value_size)
ThreadConfigMgrError FactoryResetConfig ()
void ~ThreadConfigWriter ()
Defined at line 36 of file ../../src/connectivity/openthread/third_party/openthread/platform/thread_config_manager.h