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

PITrail Event

Traces the commands sent to the server, and the respective replies.

Syntax

typedef void __fastcall (__closure *TibeFTPPITrailEvent)(System::TObject* Sender, TibeFTPPITrailEventParams *e);


__property TibeFTPPITrailEvent OnPITrail = {read=FOnPITrail, write=FOnPITrail};

typedef struct {
     int Direction;
     String Message;
} TibeFTPPITrailEventParams;

Remarks

The PITrail event is useful for debugging purposes. It shows all the interaction between the client and the server, line by line.

The Message parameter contains the full text of the message. The Direction parameter shows the originator of the message:

0 (Client)The Message originates from the client.
1 (Server)The Message originates from the server.
2 (Info)The Message is an informative message originating from the client software (the component code).

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