1.5.4.11 AL_DATA_IND_PARAMS Struct

C

typedef struct
{
  /* DATE-TIME (only in authenticated messages) */
  uint64_t datetime;
  /* LMON of Meter used for authentication, updated with this indication */
  uint64_t lmon;
  /* Pointer to AL received data (without message attribute)*/
  uint8_t *apdu;
  /* Length of the AL data */
  uint16_t apduLen;
  /* Source address */
  MAC_ADDRESS srcAddress;
  /* AL Message Attribute */
  AL_MSG_ATTR attr;
  /* Destination LSAP */
  DLL_DSAP dsap;
  /* ECC (Encryption Coding Control) */
  DLL_ECC ecc;
  /* Rx status */
  AL_RX_STATUS rxStatus;
} AL_DATA_IND_PARAMS;

Summary

AL Data Indication Parameters Structure.

Description

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

Remarks

Some parameters only make sense on Master implementation (DCU) as seen on field comments.