Table of Contents

Method GetTimestamp

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetTimestamp()

Gets the timestamp of the message payload, in seconds.

public double GetTimestamp()

Returns

double

A double representing the timestamp of the message payload, in seconds.

Exceptions

InvalidOperationException

The message does not have a timestamped payload.