Class CreateLed0PulseRepeatCounterPayload
Represents an operator that creates a message payload that sets the number of repetitions of LED0 pulse protocol when in PulseTime mode, between 1 and 65535.
public class CreateLed0PulseRepeatCounterPayload
- Inheritance
-
CreateLed0PulseRepeatCounterPayload
- Derived
- Inherited Members
Properties
Led0PulseRepeatCounter
Gets or sets the value that sets the number of repetitions of LED0 pulse protocol when in PulseTime mode, between 1 and 65535.
[Range(1, 65535)]
public ushort Led0PulseRepeatCounter { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the number of repetitions of LED0 pulse protocol when in PulseTime mode, between 1 and 65535.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Led0PulseRepeatCounter register.
GetPayload()
Creates a message payload for the Led0PulseRepeatCounter register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.