IPWorks EDI 2020 Node.js Edition

Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to the server.

Syntax

mllpclient.on('AckOut', [callback])

Callback

The 'callback' is called when the 'AckOut' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.accept

Remarks

This event fires immediately before the class sends an acknowledgement to the MLLP server.

The Accept parameter should be set to indicate whether the class should send a positive (ACK - True) or negative (NAK - False) acknowledgement. The default is True.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Node.js Edition - Version 20.0 [Build 8203]