ReceiveDone()
Notifies user of `SubMac` of a received frame.
RecordCcaStatus()
Notifies user of `SubMac` of CCA status (success/failure) for a frame transmission attempt. This is intended for updating counters, logging, and/or tracking CCA failure rate statistics.
RecordFrameTransmitStatus()
Notifies user of `SubMac` of the status of a frame transmission attempt. This is intended for updating counters, logging, and/or collecting statistics.
TransmitDone()
The method notifies user of `SubMac` that the transmit operation has completed, providing, if applicable, the received ACK frame.
EnergyScanDone()
Notifies user of `SubMac` that energy scan is complete.
FrameCounterUsed()
Notifies user of `SubMac` that a specific MAC frame counter is used for transmission. It is possible that this callback is invoked out of order in terms of counter values (i.e., called for a smaller counter value after a call for a larger counter value).