Table of Contents

Method WriteClockConfigurationAsync

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

WriteClockConfigurationAsync(ClockConfigurationFlags, CancellationToken)

Asynchronously updates the configuration for the device synchronization clock.

public Task WriteClockConfigurationAsync(ClockConfigurationFlags value, CancellationToken cancellationToken = default)

Parameters

value ClockConfigurationFlags

A value specifying configuration flags for the device synchronization clock.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.