ot::Radio::Transmit() method
Starts the transmit sequence on the radio. The caller must form the IEEE 802.15.4 frame in the buffer provided by `GetTransmitBuffer()` before requesting transmission. The channel and transmit power are also included in the frame.
Arguments
aFrame
A reference to the frame to be transmitted.
Return value
kErrorNone Successfully transitioned to Transmit. kErrorInvalidState The radio was not in the Receive state.