ESP-IDF
ot::LinkQuality
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::LinkQuality
ot::LinkQuality enum
Represents the link quality constants. Link Quality is an integer in [0, 3]. A higher link quality indicates a more usable link, with 0 indicating that the link is non-existent or unusable.
Syntax
Show:
Summary
Declaration
from
link_quality.hpp:220
enum
LinkQuality
:
uint8_t
{
kLinkQuality0
=
0
,
kLinkQuality1
=
1
,
kLinkQuality2
=
2
,
kLinkQuality3
=
3
,
}
;
Values
Value
Declared as
ot::LinkQuality::kLinkQuality0
=
0
ot::LinkQuality::kLinkQuality1
=
1
ot::LinkQuality::kLinkQuality2
=
2
ot::LinkQuality::kLinkQuality3
=
3
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