ESP-IDF
ot::Mac::CslIe
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::Mac::CslIe
ot::Mac::CslIe class
Syntax
Show:
Summary
Declaration
from
mac_header_ie.hpp:131
class
CslIe
{
public
:
static
constexpr
uint8_t
kHeaderIeId
=
0x1a
;
static
constexpr
uint8_t
kIeContentSize
=
sizeof
(
uint16_t
)
*
2
;
uint16_t
GetPeriod
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPeriod
)
;
}
void
SetPeriod
(
uint16_t
aPeriod
)
{
mPeriod
=
LittleEndian
::
HostSwap16
(
aPeriod
)
;
}
uint16_t
GetPhase
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPhase
)
;
}
void
SetPhase
(
uint16_t
aPhase
)
{
mPhase
=
LittleEndian
::
HostSwap16
(
aPhase
)
;
}
private
:
uint16_t
mPhase
;
uint16_t
mPeriod
;
}
;
Fields
Field
Declared as
ot::Mac::CslIe::kHeaderIeId
ot::Mac::CslIe::kIeContentSize
ot::Mac::CslIe::mPhase
uint16_t
ot::Mac::CslIe::mPeriod
uint16_t
Methods
GetPeriod() const
Returns the CSL Period.
SetPeriod()
Sets the CSL Period.
GetPhase() const
Returns the CSL Phase.
SetPhase()
Sets the CSL Phase.
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