Table of Contents

Class CreatePwmRiseEventPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables the generation of an event on every rising edge of the PWM line.

public class CreatePwmRiseEventPayload
Inheritance
CreatePwmRiseEventPayload
Derived
Inherited Members

Properties

PwmRiseEvent

Gets or sets the value that enables the generation of an event on every rising edge of the PWM line.

public PwmChannels PwmRiseEvent { get; set; }

Property Value

PwmChannels

Methods

GetMessage(MessageType)

Creates a message that enables the generation of an event on every rising edge of the PWM line.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PwmRiseEvent register.

GetPayload()

Creates a message payload for the PwmRiseEvent register.

public PwmChannels GetPayload()

Returns

PwmChannels

The created message payload value.