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
reset
ResetFlagsA value specifying whether to restore or save non-volatile registers.
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous reset operation.