Table of Contents

Method GetTimestampedPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for Rgb1 register messages.

public static Timestamped<RgbPayload> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<RgbPayload>

A value representing the timestamped message payload.