Table of Contents

Method WriteEnableSerialTimestampAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

WriteEnableSerialTimestampAsync(SerialTimestampPorts, CancellationToken)

Asynchronously writes a value to the EnableSerialTimestamp register.

public Task WriteEnableSerialTimestampAsync(SerialTimestampPorts value, CancellationToken cancellationToken = default)

Parameters

value SerialTimestampPorts

The value to write in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.