1.3.5.6.40 BMNG_WHITELIST_ACK_CB Function Pointer

C

typedef void (*BMNG_WHITELIST_ACK_CB)(uint8_t cmd, BMNG_WHITELIST_ACK ackCode);

Summary

Callback function pointer for the Whitelist acknowledgement.

Description

This callback is used for the Whitelist acknowledgement.

  • cmd: Command being acknowledged
  • ackCode - ACK returned code

Remarks

None.