ESP-IDF
ot::NetworkData::Leader::ContextIds::mRemoveTimes
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::NetworkData::Leader::ContextIds::mRemoveTimes
ot::NetworkData::Leader::ContextIds::mRemoveTimes field
Syntax
Show:
Summary
Declaration
from
network_data_leader.hpp:539
TimeMilli
mRemoveTimes
[
kMaxId
-
kMinId
+
1
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
TimeMilli
mRemoveTimes
[
kMaxId
-
kMinId
+
1
]
;
network_data_leader.hpp:539
void
MarkAsInUse
(
uint8_t
aId
)
{
mRemoveTimes
[
aId
-
kMinId
]
.
SetValue
(
kInUse
)
;
}
network_data_leader.hpp:509
ot::NetworkData::Leader::ContextIds
ot::NetworkData::Leader::ContextIds::MarkAsInUse()
bool
IsUnallocated
(
uint8_t
aId
)
const
{
return
mRemoveTimes
[
aId
-
kMinId
]
.
GetValue
(
)
==
kUnallocated
;
}
network_data_leader.hpp:533
ot::NetworkData::Leader::ContextIds
ot::NetworkData::Leader::ContextIds::IsUnallocated() const
bool
IsInUse
(
uint8_t
aId
)
const
{
return
mRemoveTimes
[
aId
-
kMinId
]
.
GetValue
(
)
==
kInUse
;
}
network_data_leader.hpp:534
ot::NetworkData::Leader::ContextIds
ot::NetworkData::Leader::ContextIds::IsInUse() const
TimeMilli
GetRemoveTime
(
uint8_t
aId
)
const
{
return
mRemoveTimes
[
aId
-
kMinId
]
;
}
network_data_leader.hpp:535
ot::NetworkData::Leader::ContextIds
ot::NetworkData::Leader::ContextIds::GetRemoveTime() const
void
MarkAsUnallocated
(
uint8_t
aId
)
{
mRemoveTimes
[
aId
-
kMinId
]
.
SetValue
(
kUnallocated
)
;
}
network_data_leader.hpp:537
ot::NetworkData::Leader::ContextIds
ot::NetworkData::Leader::ContextIds::MarkAsUnallocated()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::NetworkData::Leader::ContextIds::mRemoveTimes
is read by 5 functions:
All items filtered out
ot::NetworkData::Leader::ContextIds::mRemoveTimes
ot::NetworkData::Leader::ContextIds::MarkAsInUse()
ot::NetworkData::Leader::ContextIds::IsUnallocated() const
ot::NetworkData::Leader::ContextIds::IsInUse() const
ot::NetworkData::Leader::ContextIds::GetRemoveTime() const
ot::NetworkData::Leader::ContextIds::MarkAsUnallocated()
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