Class CreateAuxLedPowerPayload
Represents an operator that creates a message payload that sets the power to be applied to auxiliary LED, between 1 and 120.
public class CreateAuxLedPowerPayload
- Inheritance
-
CreateAuxLedPowerPayload
- Derived
- Inherited Members
Properties
AuxLedPower
Gets or sets the value that sets the power to be applied to auxiliary LED, between 1 and 120.
[Range(1, 120)]
public byte AuxLedPower { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the power to be applied to auxiliary LED, between 1 and 120.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AuxLedPower register.
GetPayload()
Creates a message payload for the AuxLedPower register.
public byte GetPayload()
Returns
- byte
The created message payload value.