Table of Contents

Class CreatePwm1TriggerSourcePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that sets the trigger source of PWM1.

public class CreatePwm1TriggerSourcePayload
Inheritance
CreatePwm1TriggerSourcePayload
Derived
Inherited Members

Properties

Pwm1TriggerSource

Gets or sets the value that sets the trigger source of PWM1.

public TriggerSource Pwm1TriggerSource { get; set; }

Property Value

TriggerSource

Methods

GetMessage(MessageType)

Creates a message that sets the trigger source of PWM1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm1TriggerSource register.

GetPayload()

Creates a message payload for the Pwm1TriggerSource register.

public TriggerSource GetPayload()

Returns

TriggerSource

The created message payload value.