ConnectedEntry Event

Fired for every connected device when the ListConnections method is called.

Object Oriented Interface

public function fireConnectedEntry($param);

Procedural Interface

ipworks_netdial_register_callback($res, 1, array($this, 'fireConnectedEntry'));

Parameter List


'handle'
'entry'
'devicename'
'devicetype'
'statusdescription'

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

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