Method WriteEnableSerialTimestampAsync
WriteEnableSerialTimestampAsync(SerialTimestampPorts, CancellationToken)
Asynchronously writes a value to the EnableSerialTimestamp register.
public Task WriteEnableSerialTimestampAsync(SerialTimestampPorts value, CancellationToken cancellationToken = default)
Parameters
valueSerialTimestampPortsThe value to write in the register.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.