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

Error Event

This event is fired when the server sends a protocol error message.

Syntax

typedef void __fastcall (__closure *TipwXMPPErrorEvent)(System::TObject* Sender, TipwXMPPErrorEventParams *e);


__property TipwXMPPErrorEvent OnError = {read=FOnError, write=FOnError};

typedef struct {
     int ErrorCode;
     String Description;
} TipwXMPPErrorEventParams;

Remarks

This is fired whenever there is a protocol error. ErrorCode will contain the error code string sent by the server. Description will contain the Xmpp component's interpretation of the code.

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