ESP-IDF
ot::Ip6::Prefix::SetLength()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Prefix::SetLength()
ot::Ip6::Prefix::SetLength() method
Set the prefix length.
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:158
void
SetLength
(
uint8_t
aLength
)
;
Arguments
Argument
Description
aLength
The new prefix length (in bits).
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetLength
(
uint8_t
aLength
)
{
mLength
=
aLength
;
}
ip6_address.hpp:158
GetPrefix
(
)
.
SetLength
(
aContextTlv
.
GetContextLength
(
)
)
;
network_data_types.cpp:262
ot::NetworkData::LowpanContextInfo
ot::NetworkData::LowpanContextInfo::SetFrom()
Call Tree
from
examples
ot::Ip6::Prefix::SetLength()
is called by 1 function:
ot::NetworkData::LowpanContextInfo::SetFrom()
All items filtered out
ot::Ip6::Prefix::SetLength()
All items filtered out
Data Use
from
examples
ot::Ip6::Prefix::SetLength()
writes 1 variable:
All items filtered out
ot::Ip6::Prefix::SetLength()
otIp6Prefix::mLength
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