ESP-IDF
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::NetworkInfo::GetPreviousPartitionId() const
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const method
Returns the previous partition ID.
Syntax
Show:
Summary
Declaration
from
settings.hpp:245
uint32_t
GetPreviousPartitionId
(
void
)
const
;
Return value
The previous partition ID.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
GetPreviousPartitionId
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mPreviousPartitionId
)
;
}
settings.hpp:245
Get
<
MleRouter
>
(
)
.
SetPreviousPartitionId
(
networkInfo
.
GetPreviousPartitionId
(
)
)
;
mle.cpp:428
ot::Mle::Mle
ot::Mle::Mle::Restore()
LogInfo
(
"... pid:0x%lx, mlecntr:0x%lx, maccntr:0x%lx, mliid:%s}"
,
ToUlong
(
GetPreviousPartitionId
(
)
)
,
settings.cpp:56
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::Log() const
Call Tree
from
examples
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
is called by 2 functions and calls 1 function:
ot::SettingsBase::NetworkInfo::Log() const
ot::Mle::Mle::Restore()
All items filtered out
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
ot::LittleEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
reads 1 variable:
ot::SettingsBase::NetworkInfo::mPreviousPartitionId
All items filtered out
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() 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