Table of Contents

Class CreateConfigureDI0Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

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

public class CreateConfigureDI0Payload
Inheritance
CreateConfigureDI0Payload
Derived
Inherited Members

Properties

ConfigureDI0

Gets or sets the value that configuration of the digital input 0 (DI0).

public DigitalInputConfiguration ConfigureDI0 { get; set; }

Property Value

DigitalInputConfiguration

Methods

GetMessage(MessageType)

Creates a message that configuration of the digital input 0 (DI0).

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ConfigureDI0 register.

GetPayload()

Creates a message payload for the ConfigureDI0 register.

public DigitalInputConfiguration GetPayload()

Returns

DigitalInputConfiguration

The created message payload value.