Table of Contents

Class CreatePortDIOTogglePayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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

public class CreatePortDIOTogglePayload
Inheritance
CreatePortDIOTogglePayload
Derived
Inherited Members

Properties

PortDIOToggle

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

public PortDigitalIOS PortDIOToggle { get; set; }

Property Value

PortDigitalIOS

Methods

GetMessage(MessageType)

Creates a message that toggle 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 PortDIOToggle register.

GetPayload()

Creates a message payload for the PortDIOToggle register.

public PortDigitalIOS GetPayload()

Returns

PortDigitalIOS

The created message payload value.