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

AckIn Event

Fires immediately after receiving an acknowledgement from the server.

Syntax

typedef void __fastcall (__closure *TibeMLLPClientAckInEvent)(System::TObject* Sender, TibeMLLPClientAckInEventParams *e);


__property TibeMLLPClientAckInEvent OnAckIn = {read=FOnAckIn, write=FOnAckIn};

typedef struct {
     bool Accepted;
} TibeMLLPClientAckInEventParams;

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 component will report an error with code 670.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]