Class CreatePulseModePayload
Represents an operator that creates a message payload that sets the pulse mode used by the LEDs.
public class CreatePulseModePayload
- Inheritance
-
CreatePulseModePayload
- Derived
- Inherited Members
Properties
Led0Mode
Gets or sets a value that sets the pulse mode used in LED0.
public PulseModeConfig Led0Mode { get; set; }
Property Value
Led1Mode
Gets or sets a value that sets the pulse mode used in LED0.
public PulseModeConfig Led1Mode { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the pulse mode used by the LEDs.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PulseMode register.
GetPayload()
Creates a message payload for the PulseMode register.
public PulseModePayload GetPayload()
Returns
- PulseModePayload
The created message payload value.