Table of Contents

Class CreatePortDIOStatePayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that write the state of all port DIO lines.

public class CreatePortDIOStatePayload
Inheritance
CreatePortDIOStatePayload
Derived
Inherited Members

Properties

PortDIOState

Gets or sets the value that write the state of all port DIO lines.

public PortDigitalIOS PortDIOState { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that write the state of all 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 PortDIOState register.

GetPayload()

Creates a message payload for the PortDIOState register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.