ot::Mac::LinkRaw::Transmit() method
Starts a (single) Transmit on the link-layer.
Arguments
aCallback
A pointer to a function called on completion of the transmission.
Return value
kErrorNone Successfully transitioned to Transmit. kErrorInvalidState The radio was not in the Receive state.
Notes
The callback @p aCallback will not be called if this call does not return kErrorNone.