Table of Contents

Class CreateConfigureDI1Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that configuration of the digital input 1 (DI1).

public class CreateConfigureDI1Payload
Inheritance
CreateConfigureDI1Payload
Derived
Inherited Members

Properties

ConfigureDI1

Gets or sets the value that configuration of the digital input 1 (DI1).

public DigitalInputConfiguration ConfigureDI1 { get; set; }

Property Value

DigitalInputConfiguration

Methods

GetMessage(MessageType)

Creates a message that configuration of the digital input 1 (DI1).

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ConfigureDI1 register.

GetPayload()

Creates a message payload for the ConfigureDI1 register.

public DigitalInputConfiguration GetPayload()

Returns

DigitalInputConfiguration

The created message payload value.