Table of Contents

Class CreatePwm2EventConfigPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreatePwm2EventConfigPayload
Inheritance
CreatePwm2EventConfigPayload
Derived
Inherited Members

Properties

Pwm2EventConfig

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

public EnableFlag Pwm2EventConfig { get; set; }

Property Value

EnableFlag

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm2EventConfig register.

GetPayload()

Creates a message payload for the Pwm2EventConfig register.

public EnableFlag GetPayload()

Returns

EnableFlag

The created message payload value.