Table of Contents

Class CreatePortDIODirectionPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies which of the port DIO lines are outputs.

public class CreatePortDIODirectionPayload
Inheritance
CreatePortDIODirectionPayload
Derived
Inherited Members

Properties

PortDIODirection

Gets or sets the value that specifies which of the port DIO lines are outputs.

public PortDigitalIOS PortDIODirection { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that specifies which of the port DIO lines are outputs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PortDIODirection register.

GetPayload()

Creates a message payload for the PortDIODirection register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.