![]() |
0.01.00
|
This file includes functions for debugging. More...
Go to the source code of this file.
Classes | |
struct | ot::Settings::NetworkInfo |
This structure represents the device's own network information for settings storage. More... | |
struct | ot::Settings::ParentInfo |
This structure represents the parent information for settings storage. More... | |
struct | ot::Settings::ChildInfo |
This structure represents the child information for settings storage. More... | |
Enumerations | |
enum | { ot::Settings::kKeyActiveDataset = 0x0001, ot::Settings::kKeyPendingDataset = 0x0002, ot::Settings::kKeyNetworkInfo = 0x0003, ot::Settings::kKeyParentInfo = 0x0004, ot::Settings::kKeyChildInfo = 0x0005, ot::Settings::kKeyThreadAutoStart = 0x0006 } |
Rules for updating existing value structures. More... | |
This file includes functions for debugging.
anonymous enum |
Rules for updating existing value structures.
Enumerator | |
---|---|
kKeyActiveDataset | Active Operational Dataset. |
kKeyPendingDataset | Pending Operational Dataset. |
kKeyNetworkInfo | Thread network information. |
kKeyParentInfo | Parent information. |
kKeyChildInfo | Child information. |
kKeyThreadAutoStart | Auto-start information. |