Class CreatePwmDutyCycleDO1Payload
Represents an operator that creates a message payload that specifies the duty cycle of the PWM at DO1.
public class CreatePwmDutyCycleDO1Payload
- Inheritance
-
CreatePwmDutyCycleDO1Payload
- Derived
- Inherited Members
Properties
PwmDutyCycleDO1
Gets or sets the value that specifies the duty cycle of the PWM at DO1.
[Range(1, 99)]
public byte PwmDutyCycleDO1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the duty cycle of the PWM at DO1.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PwmDutyCycleDO1 register.
GetPayload()
Creates a message payload for the PwmDutyCycleDO1 register.
public byte GetPayload()
Returns
- byte
The created message payload value.