Class CreateEnableLedPayload
Represents an operator that creates a message payload that enables/disables the LEDs.
public class CreateEnableLedPayload
- Inheritance
-
CreateEnableLedPayload
- Derived
- Inherited Members
Properties
EnableLed
Gets or sets the value that enables/disables the LEDs.
public LedState EnableLed { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that enables/disables the LEDs.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the EnableLed register.
GetPayload()
Creates a message payload for the EnableLed register.
public LedState GetPayload()
Returns
- LedState
The created message payload value.