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

Connected Property

Triggers a connection or disconnection.

Object Oriented Interface

public function getConnected($connectionid);
public function setConnected($connectionid, $value);

Procedural Interface

inedi_mllpserver_get($res, 2 , $connectionid);
inedi_mllpserver_set($res, 2, $value , $connectionid);

Default Value

false

Remarks

Triggers a connection or disconnection.

This property triggers a connection or disconnection.

Setting this property to True initiates a connection attempt to the host specified by the RemoteHost property. If successful, the value of this property changes to True and the Connected event is fired.

The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Boolean

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