ESP-IDF
otMessageInfo::mEcn
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
otMessageInfo::mEcn
otMessageInfo::mEcn field
Syntax
Show:
Summary
Declaration
from
ip6.h:225
uint8_t
mEcn
:
2
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mEcn
:
2
;
///< The ECN status of the packet, represented as in the IPv6 header.
ip6.h:225
Ecn
GetEcn
(
void
)
const
{
return
static_cast
<
Ecn
>
(
mEcn
)
;
}
socket.hpp:171
ot::Ip6::MessageInfo
ot::Ip6::MessageInfo::GetEcn() const
void
SetEcn
(
Ecn
aEcn
)
{
mEcn
=
aEcn
;
}
socket.hpp:178
ot::Ip6::MessageInfo
ot::Ip6::MessageInfo::SetEcn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMessageInfo::mEcn
is written by 1 function and is read by 1 function:
ot::Ip6::MessageInfo::SetEcn()
All items filtered out
otMessageInfo::mEcn
ot::Ip6::MessageInfo::GetEcn() 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