ESP-IDF
ot::SettingsBase::SrpServerInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::SrpServerInfo
ot::SettingsBase::SrpServerInfo class
Syntax
Show:
Summary
Declaration
from
settings.hpp:670
class
SrpServerInfo
:
private
Clearable
<
SrpServerInfo
>
{
friend
class
Settings
;
friend
class
Clearable
<
SrpServerInfo
>
;
public
:
static
constexpr
Key
kKey
=
kKeySrpServerInfo
;
void
Init
(
void
)
{
Clear
(
)
;
}
uint16_t
GetPort
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPort
)
;
}
void
SetPort
(
uint16_t
aPort
)
{
mPort
=
LittleEndian
::
HostSwap16
(
aPort
)
;
}
private
:
void
Log
(
Action
aAction
)
const
;
uint16_t
mPort
;
}
;
Fields
Field
Declared as
ot::SettingsBase::SrpServerInfo::kKey
ot::SettingsBase::SrpServerInfo::mPort
uint16_t
Methods
Init()
Initializes the `SrpServerInfo` object.
GetPort() const
Returns the server port number.
SetPort()
Sets the server port number.
Log() const
Examples
References
from
examples
Code
Location
Scope
Referrer
class
SrpServerInfo
:
private
Clearable
<
SrpServerInfo
>
settings.hpp:670
void
SettingsBase
::
SrpServerInfo
::
Log
(
Action
aAction
)
const
settings.cpp:97
ot::SettingsBase::SrpServerInfo::Log() const
reinterpret_cast
<
const
SrpServerInfo
*
>
(
aValue
)
->
Log
(
aAction
)
;
settings.cpp:538
ot::Settings::Log()
friend
class
Clearable
<
SrpServerInfo
>
;
settings.hpp:673
Settings
::
SrpServerInfo
info
;
srp_server.cpp:556
ot::Srp::Server::CommitSrpUpdate()
Settings
::
SrpServerInfo
info
;
srp_server.cpp:594
ot::Srp::Server::InitPort()
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