Table of Contents

Method GetTimestampedPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for TimestampSeconds register messages.

public static Timestamped<uint> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<uint>

A value representing the timestamped message payload.