IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to a client.

Syntax

typedef struct {
  int ConnectionId;
  bool Accept;
} TibeMLLPServerAckOutEventParams;

typedef void __fastcall (__closure *TibeMLLPServerAckOutEvent)(System::TObject* Sender, TibeMLLPServerAckOutEventParams *e);

__property TibeMLLPServerAckOutEvent OnAckOut = { read=FOnAckOut, write=FOnAckOut };

Remarks

This event fires immediately before the component 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 component 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 C++ Builder Edition - Version 20.0 [Build 8203]