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