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

ConnectionRequest Event

Fired when a request for connection comes from a remote host.

Syntax

typedef void __fastcall (__closure *TibeMLLPServerConnectionRequestEvent)(System::TObject* Sender, TibeMLLPServerConnectionRequestEventParams *e);


__property TibeMLLPServerConnectionRequestEvent OnConnectionRequest = {read=FOnConnectionRequest, write=FOnConnectionRequest};

typedef struct {
     String Address;
     int Port;
     bool Accept;
} TibeMLLPServerConnectionRequestEventParams;

Remarks

This event indicates an incoming connection. The connection is accepted by default. Address and Port will contain information about remote host requesting the inbound connection. If you want to refuse it, you can set the Accept parameter to False.

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