Table of Contents

Method ReadClockConfigurationAsync

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadClockConfigurationAsync(CancellationToken)

Asynchronously reads the configuration for the device synchronization clock.

public Task<ClockConfigurationFlags> ReadClockConfigurationAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<ClockConfigurationFlags>

A task that represents the asynchronous read operation. The Result property contains the configuration for the device synchronization clock.