ESP-IDF
ot::Dhcp6::Server::PrefixAgent::GetContextId() 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::Dhcp6::Server::PrefixAgent::GetContextId() const
ot::Dhcp6::Server::PrefixAgent::GetContextId() const method
Returns the 6LoWPAN context ID.
Syntax
Show:
Summary
Declaration
from
dhcp6_server.hpp:112
uint8_t
GetContextId
(
void
)
const
;
Return value
The 6LoWPAN context ID.
Examples
References
from
examples
Code
Location
uint8_t
GetContextId
(
void
)
const
{
return
mAloc
.
mAddress
.
mFields
.
m8
[
15
]
;
}
dhcp6_server.hpp:112
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