Class CreatePwm2PulseCountPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that sets the number of pulses to generate for PWM2.
public class CreatePwm2PulseCountPayload
- Inheritance
-
CreatePwm2PulseCountPayload
- Derived
- Inherited Members
Properties
Pwm2PulseCount
Gets or sets the value that sets the number of pulses to generate for PWM2.
public ushort Pwm2PulseCount { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the number of pulses to generate for PWM2.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Pwm2PulseCount register.
GetPayload()
Creates a message payload for the Pwm2PulseCount register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.