1.1.4.4.16 DRV_RF215_TX_HANDLE Typedef

C

typedef uintptr_t DRV_RF215_TX_HANDLE;

Summary

Handle identifying the transmission request queued.

Description

A transmission handle value is returned by a call to the DRV_RF215_TxRequest function. This handle is associated with the transmission request and it is returned back to the client by the transmit confirm callback function registered with the driver. It can also be used to abort the transmission by DRV_RF215_TxCancel.

Remarks

None.