Class CreatePulseLed1Payload
Represents an operator that creates a message payload that specifies the duration of the output pulse in milliseconds.
public class CreatePulseLed1Payload
- Inheritance
-
CreatePulseLed1Payload
- Derived
- Inherited Members
Properties
PulseLed1
Gets or sets the value that specifies the duration of the output pulse in milliseconds.
[Range(1, 9223372036854775807)]
public ushort PulseLed1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the duration of the output pulse in milliseconds.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PulseLed1 register.
GetPayload()
Creates a message payload for the PulseLed1 register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.