ot::Radio::Callbacks::HandleReceiveDone() method
This callback method handles a "Receive Done" event from radio platform.
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::HandleReceiveDone():
![]()
ot::Radio::Callbacks::HandleReceiveDone()