SendAckMsg: To send a acknowlegde message
Synopsis
Section titled “Synopsis”UINT SendAckMsg ( UINT PGN, BYTE AckType, BYTE DestAdres, UINT Channel)```### Description
This function will be used to send a acknowledgement message based on the request.### Inputs
PGN - PGN to requested. AckType - 0 for positive, 1 for negative acknowledgement. DestAdres - Destination node. Channel - Channel number.### Returns
1 on success. 0 on failure.
---
**Authoritative source**: BUSMASTER DITA help source `SendAckMsg.dita`, compiled into `BUSMASTER.CHM` with the application.