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