Home
last modified time | relevance | path

Searched refs:ModeConfig (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_types.hpp200 typedef otLinkModeConfig ModeConfig; typedef in ot::Mle::DeviceMode
219 explicit DeviceMode(ModeConfig aModeConfig) { Set(aModeConfig); } in DeviceMode()
240 void Get(ModeConfig &aModeConfig) const;
247 void Set(const ModeConfig &aModeConfig);
Dmle_types.cpp48 void DeviceMode::Get(ModeConfig &aModeConfig) const in Get()
55 void DeviceMode::Set(const ModeConfig &aModeConfig) in Set()