Method WriteTimestampSecondsAsync
WriteTimestampSecondsAsync(uint, CancellationToken)
Asynchronously updates the integral part of the system timestamp, in seconds.
public Task WriteTimestampSecondsAsync(uint seconds, CancellationToken cancellationToken = default)
Parameters
seconds
uintThe 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.