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.
![]()
void SubMac::Callbacks::ReceiveDone(RxFrame *aFrame, Error aError) { Get<LinkRaw>().InvokeReceiveDone(aFrame, aError); }
ot::Mac::SubMac::Callbacks::ReceiveDone() is called by 1 function:
![]()
ot::Mac::SubMac::Callbacks::ReceiveDone()
ot::Mac::SubMac::Callbacks::ReceiveDone():
![]()
ot::Mac::SubMac::Callbacks::ReceiveDone()