1.2.4.14 DLL_DATA_CONFIRM_PARAMS Struct
C
typedef struct
{
/* Destination LSAP */
DLL_DSAP dsap;
/* ECC (Encryption Coding Control) */
DLL_ECC ecc;
/* Destination address */
MAC_ADDRESS dstAddress;
/* Tx status */
DLL_TX_STATUS txStatus;
} DLL_DATA_CONFIRM_PARAMS;
Summary
DLL Data Confirm Parameters Structure.
Description
Contains fields which define the information returned by the DLL Data Confirm Callback.
Remarks
None.
