connect_failed
Description:
public signal void connect_failed (
UsbDevice device,
Error error)
The connect_failed signal is emitted whenever the user has requested for a device to be redirected and this has
failed.
Parameters:
device |
UsbDevice boxed object corresponding to the added device
|
error |
Error describing the reason why the connect failed
|