Table of Contents

Class CreatePortDIOClearPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that clear the specified port DIO lines.

public class CreatePortDIOClearPayload
Inheritance
CreatePortDIOClearPayload
Derived
Inherited Members

Properties

PortDIOClear

Gets or sets the value that clear the specified port DIO lines.

public PortDigitalIOS PortDIOClear { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that clear the specified port DIO lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PortDIOClear register.

GetPayload()

Creates a message payload for the PortDIOClear register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.