ESP-IDF
ot::SettingsBase::SrpServerInfo::mPort
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsBase::SrpServerInfo::mPort
ot::SettingsBase::SrpServerInfo::mPort field
Syntax
Show:
Summary
Declaration
from
settings.hpp:700
uint16_t
mPort
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mPort
;
// (in little-endian encoding)
settings.hpp:700
uint16_t
GetPort
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPort
)
;
}
settings.hpp:688
ot::SettingsBase::SrpServerInfo
ot::SettingsBase::SrpServerInfo::GetPort() const
void
SetPort
(
uint16_t
aPort
)
{
mPort
=
LittleEndian
::
HostSwap16
(
aPort
)
;
}
settings.hpp:695
ot::SettingsBase::SrpServerInfo
ot::SettingsBase::SrpServerInfo::SetPort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::SettingsBase::SrpServerInfo::mPort
is written by 1 function and is read by 1 function:
ot::SettingsBase::SrpServerInfo::SetPort()
All items filtered out
ot::SettingsBase::SrpServerInfo::mPort
ot::SettingsBase::SrpServerInfo::GetPort() const
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