Method ReadTimestampMicrosecondsAsync
ReadTimestampMicrosecondsAsync(CancellationToken)
Asynchronously reads the fractional part of the system timestamp, in microseconds.
public Task<ushort> ReadTimestampMicrosecondsAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.