Table of Contents

Class CreatePwm1EventConfigPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables the generation of events for PWM1.

public class CreatePwm1EventConfigPayload
Inheritance
CreatePwm1EventConfigPayload
Derived
Inherited Members

Properties

Pwm1EventConfig

Gets or sets the value that enables the generation of events for PWM1.

public EnableFlag Pwm1EventConfig { get; set; }

Property Value

EnableFlag

Methods

GetMessage(MessageType)

Creates a message that enables the generation of events for PWM1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm1EventConfig register.

GetPayload()

Creates a message payload for the Pwm1EventConfig register.

public EnableFlag GetPayload()

Returns

EnableFlag

The created message payload value.