ESP-IDF
ot::NetworkData::RoutePreference
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::NetworkData::RoutePreference
ot::NetworkData::RoutePreference enum
Type represents the route preference values as a signed integer (per RFC-4191).
Syntax
Show:
Summary
Declaration
from
network_data_types.hpp:85
enum
RoutePreference
:
int8_t
{
kRoutePreferenceLow
=
OT_ROUTE_PREFERENCE_LOW
,
kRoutePreferenceMedium
=
OT_ROUTE_PREFERENCE_MED
,
kRoutePreferenceHigh
=
OT_ROUTE_PREFERENCE_HIGH
,
}
;
Values
Value
Declared as
ot::NetworkData::RoutePreference::kRoutePreferenceLow
=
OT_ROUTE_PREFERENCE_LOW
ot::NetworkData::RoutePreference::kRoutePreferenceMedium
=
OT_ROUTE_PREFERENCE_MED
ot::NetworkData::RoutePreference::kRoutePreferenceHigh
=
OT_ROUTE_PREFERENCE_HIGH
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