ot::Mac::SubMac::Callbacks::ReceiveDone() method
Notifies user of `SubMac` of a received frame.
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.