Method WriteConfigureOutput1Async
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
WriteConfigureOutput1Async(OutputConfiguration, CancellationToken)
Asynchronously writes a value to the ConfigureOutput1 register.
public Task WriteConfigureOutput1Async(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.