Class CreatePwmAndStimDisablePayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that disables PWM and stimulation on the specified digital output lines.
public class CreatePwmAndStimDisablePayload
- Inheritance
-
CreatePwmAndStimDisablePayload
- Derived
- Inherited Members
Properties
PwmAndStimDisable
Gets or sets the value that disables PWM and stimulation on the specified digital output lines.
public PwmAndStimMappings PwmAndStimDisable { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that disables PWM and stimulation on the specified digital output lines.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PwmAndStimDisable register.
GetPayload()
Creates a message payload for the PwmAndStimDisable register.
public PwmAndStimMappings GetPayload()
Returns
- PwmAndStimMappings
The created message payload value.