ESP-IDF
ot::Ip6::Header::mPayloadLength
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::mPayloadLength
ot::Ip6::Header::mPayloadLength field
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:335
uint16_t
mPayloadLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mPayloadLength
;
ip6_headers.hpp:335
uint16_t
GetPayloadLength
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mPayloadLength
)
;
}
ip6_headers.hpp:215
ot::Ip6::Header
ot::Ip6::Header::GetPayloadLength() const
void
SetPayloadLength
(
uint16_t
aLength
)
{
mPayloadLength
=
BigEndian
::
HostSwap16
(
aLength
)
;
}
ip6_headers.hpp:222
ot::Ip6::Header
ot::Ip6::Header::SetPayloadLength()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::mPayloadLength
is written by 1 function and is read by 1 function:
ot::Ip6::Header::SetPayloadLength()
All items filtered out
ot::Ip6::Header::mPayloadLength
ot::Ip6::Header::GetPayloadLength() 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