Method ReadEnableSerialTimestampAsync
ReadEnableSerialTimestampAsync(CancellationToken)
Asynchronously reads the contents of the EnableSerialTimestamp register.
public Task<SerialTimestampPorts> ReadEnableSerialTimestampAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<SerialTimestampPorts>
A task that represents the asynchronous read operation. The task result contains the register payload.