Class CreatePwmStopPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that stops the a PWM on the specified channels.
public class CreatePwmStopPayload
- Inheritance
-
CreatePwmStopPayload
- Derived
- Inherited Members
Properties
PwmStop
Gets or sets the value that stops the a PWM on the specified channels.
public PwmChannels PwmStop { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that stops the a PWM on the specified channels.
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 PwmChannels GetPayload()
Returns
- PwmChannels
The created message payload value.