Table of Contents

Class CreateDigitalInputTriggerPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Represents an operator that creates a message payload that configuration of the digital inputs pins behavior.

public class CreateDigitalInputTriggerPayload
Inheritance
CreateDigitalInputTriggerPayload
Derived
Inherited Members

Properties

DI0Trigger

Gets or sets a value that configuration of the DIO input pin.

public DigitalInputTriggerConfig DI0Trigger { get; set; }

Property Value

DigitalInputTriggerConfig

DI1Trigger

Gets or sets a value that configuration of the DI1 input pin.

public DigitalInputTriggerConfig DI1Trigger { get; set; }

Property Value

DigitalInputTriggerConfig

Methods

GetMessage(MessageType)

Creates a message that configuration of the digital inputs pins behavior.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DigitalInputTrigger register.

GetPayload()

Creates a message payload for the DigitalInputTrigger register.

public DigitalInputTriggerPayload GetPayload()

Returns

DigitalInputTriggerPayload

The created message payload value.