ESP-IDF
ot::Ip6::Ecn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Ecn
ot::Ip6::Ecn enum
Represents the 2-bit Explicit Congestion Notification (ECN) values.
Syntax
Show:
Summary
Declaration
from
ip6_types.hpp:100
enum
Ecn
:
uint8_t
{
kEcnNotCapable
=
OT_ECN_NOT_CAPABLE
,
kEcnCapable0
=
OT_ECN_CAPABLE_0
,
kEcnCapable1
=
OT_ECN_CAPABLE_1
,
kEcnMarked
=
OT_ECN_MARKED
,
}
;
Values
Value
Declared as
ot::Ip6::Ecn::kEcnNotCapable
=
OT_ECN_NOT_CAPABLE
ot::Ip6::Ecn::kEcnCapable0
=
OT_ECN_CAPABLE_0
ot::Ip6::Ecn::kEcnCapable1
=
OT_ECN_CAPABLE_1
ot::Ip6::Ecn::kEcnMarked
=
OT_ECN_MARKED
Examples
References
from
examples
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