Table of Contents

Method ReadTimestampedMimicPort2IRAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadTimestampedMimicPort2IRAsync(CancellationToken)

Asynchronously reads the timestamped contents of the MimicPort2IR register.

public Task<Timestamped<MimicOutput>> ReadTimestampedMimicPort2IRAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<MimicOutput>>

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