1.3.5.4.36 CL_432_DL_DATA_CONFIRM_CB Function Pointer

C

typedef void (*CL_432_DL_DATA_CONFIRM_CB)(uint8_t dstLsap, uint8_t srcLsap,
    uint16_t dstAddress, DL_432_TX_STATUS txStatus);

Summary

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

Description

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

  • dstLsap: Destination LSAP
  • srcLsap: Source LSAP
  • dstAddress: Destination 4-32 address
  • txStatus: Transmission status

Remarks

None.