Class CreatePwm0TriggerSourcePayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that sets the trigger source of PWM0.
public class CreatePwm0TriggerSourcePayload
- Inheritance
-
CreatePwm0TriggerSourcePayload
- Derived
- Inherited Members
Properties
Pwm0TriggerSource
Gets or sets the value that sets the trigger source of PWM0.
public TriggerSource Pwm0TriggerSource { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the trigger source of PWM0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Pwm0TriggerSource register.
GetPayload()
Creates a message payload for the Pwm0TriggerSource register.
public TriggerSource GetPayload()
Returns
- TriggerSource
The created message payload value.