Table of Contents

Class CreatePortDIOSetPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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

public class CreatePortDIOSetPayload
Inheritance
CreatePortDIOSetPayload
Derived
Inherited Members

Properties

PortDIOSet

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

public PortDigitalIOS PortDIOSet { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that set 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 PortDIOSet register.

GetPayload()

Creates a message payload for the PortDIOSet register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.