Table of Contents

Class CreateInputStatePayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that state of the digital inputs.

public class CreateInputStatePayload
Inheritance
CreateInputStatePayload
Derived
Inherited Members

Properties

InputState

Gets or sets the value that state of the digital inputs.

public DigitalInputs InputState { get; set; }

Property Value

DigitalInputs

Methods

GetMessage(MessageType)

Creates a message that state of the digital inputs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the InputState register.

GetPayload()

Creates a message payload for the InputState register.

public DigitalInputs GetPayload()

Returns

DigitalInputs

The created message payload value.