Method ReadTimestampSecondsAsync
ReadTimestampSecondsAsync(CancellationToken)
Asynchronously reads the integral part of the system timestamp, in seconds.
public Task<uint> ReadTimestampSecondsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.