Table of Contents

Method ReadTimestampedStartPulseTrainAsync

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

ReadTimestampedStartPulseTrainAsync(CancellationToken)

Asynchronously reads the timestamped contents of the StartPulseTrain register.

public Task<Timestamped<StartPulseTrainPayload>> ReadTimestampedStartPulseTrainAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<StartPulseTrainPayload>>

A task that represents the asynchronous read operation. The Result property contains the timestamped register payload.