Class CreatePwmStopPayload
Represents an operator that creates a message payload that stops the PWM on the selected output lines.
public class CreatePwmStopPayload
- Inheritance
-
CreatePwmStopPayload
- Derived
- Inherited Members
Properties
PwmStop
Gets or sets the value that stops the PWM on the selected output lines.
public PwmOutputs PwmStop { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that stops the PWM on the selected output lines.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PwmStop register.
GetPayload()
Creates a message payload for the PwmStop register.
public PwmOutputs GetPayload()
Returns
- PwmOutputs
The created message payload value.