EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

Connect Method

Connects to a remote host.

Object Oriented Interface

public function doConnect($host, $port);

Procedural Interface

inedi_mllpclient_do_connect($res, $host, $port);

Remarks

This method connects to a remote host. Calling this method is equivalent to setting the RemoteHost property to Host, setting RemotePort to Port, and then setting the Connected property to True.

Example (Connecting)


IPPortControl.Connect("MyHostNameOrIP", 777)

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