Table of Contents

Class Rgb1

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents a register that specifies the state of the RGB1 LED channels.

public class Rgb1
Inheritance
Rgb1
Inherited Members

Fields

Address

Represents the address of the Rgb1 register. This field is constant.

RegisterLength

Represents the length of the Rgb1 register. This field is constant.

RegisterType

Represents the payload type of the Rgb1 register. This field is constant.

Methods

FromPayload(MessageType, RgbPayload)

Returns a Harp message for the Rgb1 register.

FromPayload(double, MessageType, RgbPayload)

Returns a timestamped Harp message for the Rgb1 register.

GetPayload(HarpMessage)

Returns the payload data for Rgb1 register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for Rgb1 register messages.