ESP-IDF
ot::Utils::Slaac::SlaacAddress::mContextId
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::Utils::Slaac::SlaacAddress::mContextId
ot::Utils::Slaac::SlaacAddress::mContextId field
Syntax
Show:
Summary
Declaration
from
slaac_address.hpp:195
uint8_t
mContextId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mContextId
;
slaac_address.hpp:195
uint8_t
GetContextId
(
void
)
const
{
return
mContextId
;
}
slaac_address.hpp:175
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::GetContextId() const
void
SetContextId
(
uint8_t
aContextId
)
{
mContextId
=
aContextId
;
}
slaac_address.hpp:176
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::SetContextId()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::Slaac::SlaacAddress::mContextId
is written by 1 function and is read by 1 function:
ot::Utils::Slaac::SlaacAddress::SetContextId()
All items filtered out
ot::Utils::Slaac::SlaacAddress::mContextId
ot::Utils::Slaac::SlaacAddress::GetContextId() 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