Table of Contents

Method ReadTimestampedPwm0TriggerSourceAsync

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

ReadTimestampedPwm0TriggerSourceAsync(CancellationToken)

Asynchronously reads the timestamped contents of the Pwm0TriggerSource register.

public Task<Timestamped<TriggerSource>> ReadTimestampedPwm0TriggerSourceAsync(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.