ot::Radio::Callbacks::HandleDiagsReceiveDone() method
This callback method handles a "Receive Done" event from radio platform when diagnostics mode is enabled.
Arguments
aFrame
A pointer to the received frame or `nullptr` if the receive operation failed.
aError
kErrorNone when successfully received a frame, kErrorAbort when reception was aborted and a frame was not received, kErrorNoBufs when a frame could not be received due to lack of rx buffer space.
ot::Radio::Callbacks::HandleDiagsReceiveDone():
![]()
ot::Radio::Callbacks::HandleDiagsReceiveDone()