Method ResetDevice
ResetDevice()
Resets all device options that are not persisted to the permanent storage of the device.
Declaration
public Error ResetDevice()
Returns
Type | Description |
---|---|
Error | Error |
Implements
ResetDevice(ResetStrategy)
Allows to reset the device in various ways.
Declaration
public Error ResetDevice(ResetStrategy strategy)
Parameters
Type | Name | Description |
---|---|---|
ResetStrategy | strategy | A hard reset restarts the device. |
Returns
Type | Description |
---|---|
Error | An error. |
Remarks
Since v1.6.0.