ESP-IDF
ot::Mac::Address::Type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
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::Address::Type
ot::Mac::Address::Type enum
Specifies the IEEE 802.15.4 Address type.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:229
enum
Type
:
uint8_t
{
kTypeNone
,
kTypeShort
,
kTypeExtended
,
}
;
Values
Value
Declared as
ot::Mac::Address::Type::kTypeNone
ot::Mac::Address::Type::kTypeShort
ot::Mac::Address::Type::kTypeExtended
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Type
:
uint8_t
mac_types.hpp:229
Type
GetType
(
void
)
const
{
return
mType
;
}
mac_types.hpp:249
ot::Mac::Address
ot::Mac::Address::GetType() const
Type
mType
;
///< The address type (Short, Extended, or none).
mac_types.hpp:375
ot::Mac::Address
ot::Mac::Address::mType
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
Instance
Scope
Location
Project
return
ot::Mac::Address::GetType() const
mac_types.hpp:249
ot::Mac::Address::mType
ot::Mac::Address
mac_types.hpp:375
Lifecycle
from
examples
All items filtered out
All items filtered out