Connected Property

Triggers a connection or disconnection.

Object Oriented Interface

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

Procedural Interface

ipworksedi_mllpserver_get($res, 2 , $connectionid);
ipworksedi_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 $connectionid parameter specifies the index of the item in the array. The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]