1.3.5.4.33 CL_432_DL_DATA_REQUEST Function Pointer
C
typedef void (*CL_432_DL_DATA_REQUEST)(uint8_t dstLsap, uint8_t srcLsap,
uint16_t dstAddress, DL_432_BUFFER *buff, uint16_t lsduLen, uint8_t linkClass);
Summary
Function pointer for the CL 4-32 Data Request primitive.
Description
This data type contains the definition of the function pointer for the CL 4-32 Data Request primitive.
- dstLsap: Destination LSAP
- srcLsap: Source LSAP
- dstAddress: Destination 4-32 address
- buff: Pointer to the data buffer
- lsduLen: Length of the data
- linkClass: Link class (not used)
Remarks
None.