Device Event
Fired for every dial device when the ListDevices method is called.
Object Oriented Interface
public function fireDevice($param);
Procedural Interface
ipworks_netdial_register_callback($res, 2, array($this, 'fireDevice'));
Parameter List
'devicename'
'devicetype'
Remarks
DeviceName provides the name of the device, and DeviceType provides the corresponding device type (e.g. 'modem').