Method WriteResetDeviceAsync
WriteResetDeviceAsync(ResetFlags, CancellationToken)
Asynchronously sends a command to reset the device and restore or save non-volatile registers.
public Task WriteResetDeviceAsync(ResetFlags reset, CancellationToken cancellationToken = default)
Parameters
resetResetFlagsA value specifying whether to restore or save non-volatile registers.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous reset operation.