Class RgbAll
Represents a register that specifies the state of all RGB LED channels.
public class RgbAll
- Inheritance
-
RgbAll
- Inherited Members
Fields
- 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.