Table of Contents

Method WriteTimestampSecondsAsync

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

WriteTimestampSecondsAsync(uint, CancellationToken)

Asynchronously updates the integral part of the system timestamp, in seconds.

public Task WriteTimestampSecondsAsync(uint seconds, CancellationToken cancellationToken = default)

Parameters

seconds uint

The value to be stored in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.