1.5.4.7 AL_DATA_REQUEST_PARAMS Struct
C
typedef struct
{
/* DATE-TIME for authenticated messages */
uint64_t datetime;
/* LMON of Meter used for authentication - MASTER ONLY */
uint64_t lmon;
/* Pointer to AL Data buffer (without message attribute) */
uint8_t *apdu;
/* Max length of the response - MASTER ONLY */
uint16_t maxResponseLen;
/* Number of time slots allocated in data request with Service_Class RC - MASTER ONLY */
uint16_t timeSlotNum;
/* Length of the AL data */
uint16_t apduLen;
/* Destination route - MASTER ONLY */
ROUTING_ENTRY dstAddress;
/* Service class - MASTER ONLY */
SERVICE_CLASS serviceClass;
/* AL Message Attribute */
AL_MSG_ATTR attr;
/* Destination LSAP */
DLL_DSAP dsap;
/* ECC (Encryption Coding Control) */
DLL_ECC ecc;
} AL_DATA_REQUEST_PARAMS;
Summary
AL Data Request Parameters Structure.
Description
Contains fields which define the AL Data Request input parameter.
Remarks
Fields marked as Master Only are used in Master Node (DCU) and ignored in Slave Nodes (Meters).
