Handle Property

The handle of the connection. 0 if invalid or not connected.

Object Oriented Interface

public function getHandle();
public function setHandle($value);

Procedural Interface

ipworks_netdial_get($res, 9 );
ipworks_netdial_set($res, 9, $value );

Default Value

0

Remarks

This property is used when trying to disconnect a connection through the Disconnect method. The ConnectedEntry event provides the handle of each connection. Assigning an invalid value to this property and attempting to disconnect may cause the application to behave in an unpredictable manner.

This property is not available at design time.

Data Type

Integer

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