Table of Contents

Method GetTimestampedPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for AnalogData register messages.

public static Timestamped<AnalogDataPayload> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<AnalogDataPayload>

A value representing the timestamped message payload.