ot::Radio::GetTransmitBuffer() method
Gets the radio transmit frame buffer. OpenThread forms the IEEE 802.15.4 frame in this buffer then calls `Transmit()` to request transmission.
Syntax
Mac::TxFrame &GetTransmitBuffer(void); Return value
A reference to the transmit frame buffer.
ot::Radio::GetTransmitBuffer() calls 2 functions:
![]()
ot::Radio::GetTransmitBuffer()