Table of Contents

Method GetPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

GetPayload(HarpMessage)

Returns timestamped payload data for PulseDO0 register messages.

public static Timestamped<byte> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<byte>

A value representing the timestamped message payload.