Table of Contents

Constructor Timestamped

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Timestamped(T, double)

Initializes a new instance of the Timestamped<T> class with the specified payload value and timestamp.

public Timestamped(T value, double seconds)

Parameters

value T

The value of the timestamped payload.

seconds double

The timestamp of the payload, in fractional seconds.