EDI Integrator 2016 C++ Edition
EDI Integrator 2016 C++ Edition
Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to a client.

Syntax

 virtual int FireAckOut(MLLPServerAckOutEventParams *e);

 
typedef struct {
int ConnectionId;
int Accept;
int reserved;
} MLLPServerAckOutEventParams;

Remarks

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

ConnectionId is the Id of the connection that will receive the acknowledgement.

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 C++ Edition - Version 16.0 [Build 7240]