ScanDeviceManager ResetController
Resets the specified device
public void ResetController(string deviceName) |
Return value
void |
Parameters
string | deviceName | The unique name of the device. |
Exceptions
DeviceNotFoundException | Throws when the device with the given name is not found |
Example
Copy
scanDeviceManager.ResetController(GetselectedDeviceUniqueName());