Table of Contents

Class CreatePwm0EventConfigPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreatePwm0EventConfigPayload
Inheritance
CreatePwm0EventConfigPayload
Derived
Inherited Members

Properties

Pwm0EventConfig

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

public EnableFlag Pwm0EventConfig { get; set; }

Property Value

EnableFlag

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm0EventConfig register.

GetPayload()

Creates a message payload for the Pwm0EventConfig register.

public EnableFlag GetPayload()

Returns

EnableFlag

The created message payload value.