nrfxlib API 2.8.99
|
bool nrf_802154_transmit_at_cancel | ( | void | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Cancels a delayed transmission scheduled by a call to nrf_802154_transmit_raw_at.
If a delayed transmission has been scheduled but the transmission has not been started yet, a call to this function prevents the transmission. If the transmission is ongoing, it will not be aborted.
If a delayed transmission has not been scheduled (or has already finished), this function does not change state and returns false.
true | The delayed transmission was scheduled and successfully cancelled. |
false | No delayed transmission was scheduled. |