ESP-IDF
ot::SettingsBase::BorderAgentId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsBase::BorderAgentId
ot::SettingsBase::BorderAgentId class
Represents the Border Agent ID.
Syntax
Show:
Summary
Declaration
from
settings.hpp:708
class
BorderAgentId
{
friend
class
Settings
;
public
:
static
constexpr
Key
kKey
=
kKeyBorderAgentId
;
typedef
MeshCoP
::
BorderAgent
::
Id
ValueType
;
private
:
static
void
Log
(
Action
aAction
,
const
MeshCoP
::
BorderAgent
::
Id
&
aId
)
;
BorderAgentId
(
void
)
=
delete
;
}
;
Fields
Field
ot::SettingsBase::BorderAgentId::kKey
Methods
Log()
Examples
References
from
examples
Code
Location
Referrer
class
BorderAgentId
settings.hpp:708
if
(
Get
<
Settings
>
(
)
.
Read
<
Settings
::
BorderAgentId
>
(
mId
)
!=
kErrorNone
)
border_agent.cpp:268
ot::MeshCoP::BorderAgent::GetId()
SuccessOrExit
(
error
=
Get
<
Settings
>
(
)
.
Save
<
Settings
::
BorderAgentId
>
(
mId
)
)
;
border_agent.cpp:271
ot::MeshCoP::BorderAgent::GetId()
SuccessOrExit
(
error
=
Get
<
Settings
>
(
)
.
Save
<
Settings
::
BorderAgentId
>
(
aId
)
)
;
border_agent.cpp:285
ot::MeshCoP::BorderAgent::SetId()
void
SettingsBase
::
BorderAgentId
::
Log
(
Action
aAction
,
const
MeshCoP
::
BorderAgent
::
Id
&
aId
)
settings.cpp:104
ot::SettingsBase::BorderAgentId::Log()
BorderAgentId
::
Log
(
aAction
,
*
reinterpret_cast
<
const
MeshCoP
::
BorderAgent
::
Id
*
>
(
aValue
)
)
;
settings.cpp:544
ot::Settings::Log()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out