Method WriteConfigureOutput0Async
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
WriteConfigureOutput0Async(OutputConfiguration, CancellationToken)
Asynchronously writes a value to the ConfigureOutput0 register.
public Task WriteConfigureOutput0Async(OutputConfiguration value, CancellationToken cancellationToken = default)
Parameters
valueOutputConfigurationThe value to be stored in the register.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.