Table of Contents

Class CreatePwmAndStimEnablePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables PWM and stimulation on the specified digital output lines.

public class CreatePwmAndStimEnablePayload
Inheritance
CreatePwmAndStimEnablePayload
Derived
Inherited Members

Properties

PwmAndStimEnable

Gets or sets the value that enables PWM and stimulation on the specified digital output lines.

public PwmAndStimMappings PwmAndStimEnable { get; set; }

Property Value

PwmAndStimMappings

Methods

GetMessage(MessageType)

Creates a message that enables PWM and stimulation on the specified digital output lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PwmAndStimEnable register.

GetPayload()

Creates a message payload for the PwmAndStimEnable register.

public PwmAndStimMappings GetPayload()

Returns

PwmAndStimMappings

The created message payload value.