Table of Contents

Class CreatePwmStopPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that stops the a PWM on the specified channels.

public class CreatePwmStopPayload
Inheritance
CreatePwmStopPayload
Derived
Inherited Members

Properties

PwmStop

Gets or sets the value that stops the a PWM on the specified channels.

public PwmChannels PwmStop { get; set; }

Property Value

PwmChannels

Methods

GetMessage(MessageType)

Creates a message that stops the a PWM on the specified channels.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PwmStop register.

GetPayload()

Creates a message payload for the PwmStop register.

public PwmChannels GetPayload()

Returns

PwmChannels

The created message payload value.