ot::Spinel::RadioSpinelCallbacks is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
void (*)(otInstance *aInstance, otRadioFrame *aFrame, Error aError)
This callback notifies user of `RadioSpinel` of a received frame.
void (*)(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFrame, Error aError)
The callback notifies user of `RadioSpinel` that the transmit operation has completed, providing, if applicable, the received ACK frame.
void (*)(otInstance *aInstance, int8_t aMaxRssi)
This callback notifies user of `RadioSpinel` that energy scan is complete.
void (*)(otInstance *aInstance)
This callback notifies user of `RadioSpinel` that the bus latency has been changed.
void (*)(otInstance *aInstance, otRadioFrame *aFrame)
This callback notifies user of `RadioSpinel` that the transmission has started.
void (*)(otInstance *aInstance, bool aSuccess)
This callback notifies user of `RadioSpinel` that the radio interface switchover has completed.
void (*)(otInstance *aInstance, otRadioFrame *aFrame, Error aError)
This callback notifies diagnostics module using `RadioSpinel` of a received frame. This callback is used when diagnostics is enabled.
void (*)(otInstance *aInstance, otRadioFrame *aFrame, Error aError)
This callback notifies diagnostics module using `RadioSpinel` that the transmission has completed. This callback is used when diagnostics is enabled.

References

from examples