Create a Generic ACK

Verified
Added by iNTERFACEWARE

Create a generic ACK by using a script in an LLP Listener component

Source Code
   local R = ack.generate(Msg)
   ack.send(R)
Description
Create a generic ACK by using a script in an LLP Listener component
Usage Details

This code creates a generic ACK message.

How to use the code:

  • Create a channel with an LLP Listener component
  • Paste the code into the main() function of the LLP Listener component