Table of Contents

Method ReadEnableSerialTimestampAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadEnableSerialTimestampAsync(CancellationToken)

Asynchronously reads the contents of the EnableSerialTimestamp register.

public Task<SerialTimestampPorts> ReadEnableSerialTimestampAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A 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.