ESP-IDF
ot::Ip6::Header::GetVerionTrafficClassFlow() 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::Ip6::Header::GetVerionTrafficClassFlow() const
ot::Ip6::Header::GetVerionTrafficClassFlow() const method
Gets the combination of Version, Traffic Class, and Flow fields as a 32-bit value.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:125
uint32_t
GetVerionTrafficClassFlow
(
void
)
const
;
Return value
The Version, Traffic Class, and Flow fields as a 32-bit value.
Examples
References
from
examples
Code
Location
uint32_t
GetVerionTrafficClassFlow
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
;
}
ip6_headers.hpp:125
Call Tree
from
examples
ot::Ip6::Header::GetVerionTrafficClassFlow() const
calls 1 function:
All items filtered out
ot::Ip6::Header::GetVerionTrafficClassFlow() const
ot::BigEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::Ip6::Header::GetVerionTrafficClassFlow() const
reads 2 variables:
ot::Ip6::Header::
::m32
ot::Ip6::Header::mVerTcFlow
All items filtered out
ot::Ip6::Header::GetVerionTrafficClassFlow() 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