1.2.4.16 DLL_DATA_IND_PARAMS Struct

C

typedef struct
{
  /* Destination LSAP */
  DLL_DSAP dsap;
  /* ECC (Encryption Coding Control) */
  DLL_ECC ecc;
  /* Source address */
  MAC_ADDRESS srcAddress;
  /* Pointer to received data (max length: MAX_LENGTH_432_DATA)*/
  uint8_t *lsdu;
  /* Length of the data */
  uint16_t lsduLen;
  /* Poll Flag from LLC */
  bool pollFlag;
} DLL_DATA_IND_PARAMS;

Summary

DLL Data Indication Parameters Structure.

Description

Contains fields which define the information returned by the DLL Data Indication Callback.

Remarks

None.