Table of Contents

Method GetPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

GetPayload(HarpMessage)

Returns timestamped payload data for TimestampMicroseconds register messages.

public static Timestamped<ushort> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<ushort>

A value representing the timestamped message payload.