ToCoNet_Tx_vProcessEventQueue()
Explanation
Promptly process radio packet transmission requests.
This function is called immediately after the ToCoNet_bMacTxReq()
request to process the transmission request as soon as possible. If this request is not made, the radio transmission will be processed at the time of the system timer (default 4ms).
A rapid radio transmission occurs when there are no other transmission requests being processed at the time, and no transmission delay has been set for the relevant transmission request. This is useful, for example, if you want to transmit continuously, waiting for a transmission to complete.
Argument
None
Returns
None
Sample code
最終更新