ESP-IDF
ot::CslTxScheduler::Callbacks
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::CslTxScheduler::Callbacks
ot::CslTxScheduler::Callbacks class
Defines the callbacks used by the `CslTxScheduler`.
Syntax
Show:
Summary
Declaration
from
csl_tx_scheduler.hpp:162
class
Callbacks
:
public
InstanceLocator
{
friend
class
CslTxScheduler
;
private
:
typedef
IndirectSenderBase
::
FrameContext
FrameContext
;
explicit
Callbacks
(
Instance
&
aInstance
)
;
Error
PrepareFrameForChild
(
Mac
::
TxFrame
&
aFrame
,
FrameContext
&
aContext
,
Child
&
aChild
)
;
void
HandleSentFrameToChild
(
const
Mac
::
TxFrame
&
aFrame
,
const
FrameContext
&
aContext
,
Error
aError
,
Child
&
aChild
)
;
}
;
Methods
PrepareFrameForChild()
This callback method requests a frame to be prepared for CSL transmission to a given SSED.
HandleSentFrameToChild()
This callback method notifies the end of CSL frame transmission to a child.
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