ESP-IDF
ot::Mle::ScanMaskTlv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mle::ScanMaskTlv
ot::Mle::ScanMaskTlv class
Implements Scan Mask TLV generation and parsing.
Syntax
Show:
Summary
Declaration
from
mle_tlvs.hpp:644
class
ScanMaskTlv
:
public
UintTlvInfo
<
Tlv
::
kScanMask
,
uint8_t
>
{
public
:
static
constexpr
uint8_t
kRouterFlag
=
1
<
<
7
;
static
constexpr
uint8_t
kEndDeviceFlag
=
1
<
<
6
;
static
bool
IsRouterFlagSet
(
uint8_t
aMask
)
{
return
(
aMask
&
kRouterFlag
)
!=
0
;
}
static
bool
IsEndDeviceFlagSet
(
uint8_t
aMask
)
{
return
(
aMask
&
kEndDeviceFlag
)
!=
0
;
}
}
;
Fields
Field
ot::Mle::ScanMaskTlv::kRouterFlag
ot::Mle::ScanMaskTlv::kEndDeviceFlag
Methods
IsRouterFlagSet()
Indicates whether or not the Router flag is set.
IsEndDeviceFlagSet()
Indicates whether or not the End Device flag is set.
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