1.2.4.8 DLL_DATA_REQUEST_PARAMS Struct
C
typedef struct
{
/* Pointer to the data to be sent (max length: MAX_LENGTH_432_DATA) */
uint8_t *lsdu;
/* Destination LSAP */
DLL_DSAP dsap;
/* ECC (Encryption Coding Control) */
DLL_ECC ecc;
/* Service class - MASTER ONLY */
SERVICE_CLASS serviceClass;
/* Destination route - MASTER ONLY */
ROUTING_ENTRY dstAddress;
/* Max length of the response - MASTER ONLY */
uint16_t maxResponseLen;
/* Number of time slots alocated in data request with Service_Class RC - MASTER ONLY */
uint16_t timeSlotNum;
/* Length of the data */
uint16_t lsduLen;
} DLL_DATA_REQUEST_PARAMS;
Summary
DLL Data Request Parameters Structure.
Description
Contains fields which define the DLL Data Request input parameter.
Remarks
Fields marked as Master Only are used in Master Node and ignored in Slave Nodes.
