Table of Contents

Class CreatePwm2TriggerSourcePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreatePwm2TriggerSourcePayload
Inheritance
CreatePwm2TriggerSourcePayload
Derived
Inherited Members

Properties

Pwm2TriggerSource

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

public TriggerSource Pwm2TriggerSource { get; set; }

Property Value

TriggerSource

Methods

GetMessage(MessageType)

Creates a message that sets the trigger source of PWM2.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm2TriggerSource register.

GetPayload()

Creates a message payload for the Pwm2TriggerSource register.

public TriggerSource GetPayload()

Returns

TriggerSource

The created message payload value.