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

Transfer Event

Fires during incoming data transfer.

Syntax

 virtual int FireTransfer(MLLPServerTransferEventParams *e);

 
typedef struct {
int ConnectionId;
ns_int64 BytesTransferred;
char* data;
int lendata;
int reserved;
} MLLPServerTransferEventParams;

Remarks

This event fires one or more times while incoming data is being transferred.

The ConnectionId parameter is the Id of the connection on which data is being transferred.

The BytesTransferred parameter reflects the number of bytes transferred since the beginning of the transfer.

The Data parameter contains the portion of the data being delivered currently.

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