Table of Contents

Class RgbAll

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents a register that specifies the state of all RGB LED channels.

public class RgbAll
Inheritance
RgbAll
Inherited Members

Fields

Address

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

RegisterLength

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

RegisterType

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

Methods

FromPayload(MessageType, RgbAllPayload)

Returns a Harp message for the RgbAll register.

FromPayload(double, MessageType, RgbAllPayload)

Returns a timestamped Harp message for the RgbAll register.

GetPayload(HarpMessage)

Returns the payload data for RgbAll register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for RgbAll register messages.