ESP-IDF
ot::Mac::Frame::Type
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::Mac::Frame::Type
ot::Mac::Frame::Type enum
Represents the MAC frame type. Values match the Frame Type field in Frame Control Field (FCF) as an `uint16_t`.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:67
enum
Type
:
uint16_t
{
kTypeBeacon
=
0
,
kTypeData
=
1
,
kTypeAck
=
2
,
kTypeMacCmd
=
3
,
kTypeMultipurpose
=
5
,
}
;
Values
Value
Declared as
ot::Mac::Frame::Type::kTypeBeacon
=
0
ot::Mac::Frame::Type::kTypeData
=
1
ot::Mac::Frame::Type::kTypeAck
=
2
ot::Mac::Frame::Type::kTypeMacCmd
=
3
ot::Mac::Frame::Type::kTypeMultipurpose
=
5
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