rfbcSendAck (Function) |
Top Previous Next |
This function will send a default acknowledgment packet based on the last received event. Acknowledgments are always sent even if the last message was a broadcast or the interface is configured not to send acknowledgments (see rfbcSetConfig).
Note: acknowledgments should be sent as soon as possible to avoid the sender repeating the message.
Input: None.
Output: None.
Returns: INT
Declaration: FUNCTION rfbcSendAck : INT; Example: INCLUDE rtcu.inc |