Table of Contents

Class CreatePortDIOStateEventPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the state of the port DIO lines on a line change.

public class CreatePortDIOStateEventPayload
Inheritance
CreatePortDIOStateEventPayload
Derived
Inherited Members

Properties

PortDIOStateEvent

Gets or sets the value that specifies the state of the port DIO lines on a line change.

public PortDigitalIOS PortDIOStateEvent { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that specifies the state of the port DIO lines on a line change.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PortDIOStateEvent register.

GetPayload()

Creates a message payload for the PortDIOStateEvent register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.