Enum ResetStrategy
Reset strategies.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum ResetStrategy
Remarks
Since v1.6.0.
Fields
| Name | Description |
|---|---|
| Hard | Usually leads to a device restart. |
| Soft | Usually leads to a mode switch. |
| SoftFast | Faster than Soft. |