1.3.5.4.34 CL_432_DL_DATA_INDICATION_CB Function Pointer

C

typedef void (*CL_432_DL_DATA_INDICATION_CB)(uint8_t dstLsap, uint8_t srcLsap,
    uint16_t dstAddress, uint16_t srcAddress, uint8_t *data, uint16_t lsduLen,
    uint8_t link_Class);

Summary

Callback function pointer for the CL 4-32 Data Indication primitive.

Description

This data type contains the definition of the callback function for the CL 4-32 Data Indication primitive.

  • dstLsap: Destination LSAP
  • srcLsap: Source LSAP
  • dstAddress: Destination 4-32 address
  • srcAddress: Source 4-32 address
  • data: Pointer to the received data
  • lsduLen: Length of the data
  • linkClass: Link class (not used)

Remarks

None.