1.5.3.16 PAL_RF_TX_HANDLE Typedef
C
typedef uintptr_t PAL_RF_TX_HANDLE;
Summary
Handle to a RF PAL transmission.
Description
This data type is a handle to a RF PAL transmission. It is returned from PAL_RF_TxRequest and it can be used to cancel a requested transmission (in progress or not) using PAL_RF_TxCancel.
Remarks
Do not rely on the underlying type as it may change in different versions or implementations of the PLC PAL service.