EndTransfer Event

Fires after incoming HL7 data finishes transferring.

Syntax

ANSI (Cross Platform)
virtual int FireEndTransfer(MLLPServerEndTransferEventParams *e);
typedef struct {
int ConnectionId; int reserved; } MLLPServerEndTransferEventParams; Unicode (Windows) virtual INT FireEndTransfer(MLLPServerEndTransferEventParams *e);
typedef struct {
INT ConnectionId; INT reserved; } MLLPServerEndTransferEventParams;
- (void)onEndTransfer:(int)connectionId;
#define EID_MLLPSERVER_ENDTRANSFER 6

virtual INT IPWORKSEDI_CALL FireEndTransfer(INT &iConnectionId);

Remarks

This event fires after incoming HL7 data finishes transferring, immediately before the AckOut event is fired.

ConnectionId is the Id of the connection on which the data was received.

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