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.