AckIn Event

Fires immediately after receiving an acknowledgement from the server.

Syntax

ANSI (Cross Platform)
virtual int FireAckIn(MLLPClientAckInEventParams *e);
typedef struct {
int Accepted; int reserved; } MLLPClientAckInEventParams; Unicode (Windows) virtual INT FireAckIn(MLLPClientAckInEventParams *e);
typedef struct {
BOOL Accepted; INT reserved; } MLLPClientAckInEventParams;
- (void)onAckIn:(BOOL)accepted;
#define EID_MLLPCLIENT_ACKIN 1

virtual INT IPWORKSEDI_CALL FireAckIn(BOOL &bAccepted);

Remarks

This event fires immediately after receiving an acknowledgement (positive or negative) from the MLLP server.

The Accepted parameter reflects whether the acknowledgement is positive (ACK - True) or negative (NAK - False).

Anytime a negative acknowledgement is received, the class will report an error with code 670.

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