IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

PITrail Event

Provides detailed information about the interaction with the server.

Syntax

typedef void __fastcall (__closure *TipwLDAPPITrailEvent)(System::TObject* Sender, TipwLDAPPITrailEventParams *e);


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

typedef struct {
     int Direction;
     String Description;
     String Message;
} TipwLDAPPITrailEventParams;

Remarks

The PITrail event provides detailed information about all communication with the server. This is useful for debugging purposes.

Direction specifies the origin of the data. Possible values are:

  • 0 - Client
  • 1 - Server

Description is a short description of the current packet. This is human readable and useful for informational logging.

Message contains a hex encoded version of the raw message. This represents the exact value sent over the wire.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]