EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to the server.

Object Oriented Interface

public function fireAckOut($param);

Procedural Interface

inedi_mllpclient_register_callback($res, 2, array($this, 'fireAckOut'));

Parameter List


'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) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]