Method ResetDevice
ResetDevice()
Resets all device options that are not persisted to the permanent storage of the device.
Declaration
Error ResetDevice()
Returns
| Type | Description |
|---|---|
| Error | Error |
Examples
C#
driver.ResetDevice();
VB.NET
driver.ResetDevice()