Table of Contents

Method ReadTimestampedPwm1TriggerSourceAsync

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

ReadTimestampedPwm1TriggerSourceAsync(CancellationToken)

Asynchronously reads the timestamped contents of the Pwm1TriggerSource register.

public Task<Timestamped<TriggerSource>> ReadTimestampedPwm1TriggerSourceAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<TriggerSource>>

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