Table of Contents

Class CreateAttenuationAndFrequencyDI1Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that sound index and attenuation to be played when triggering DI1 [Att BOTH] [Frequency].

public class CreateAttenuationAndFrequencyDI1Payload
Inheritance
CreateAttenuationAndFrequencyDI1Payload
Derived
Inherited Members

Properties

AttenuationAndFrequencyDI1

Gets or sets the value that sound index and attenuation to be played when triggering DI1 [Att BOTH] [Frequency].

public ushort[] AttenuationAndFrequencyDI1 { get; set; }

Property Value

ushort[]

Methods

GetMessage(MessageType)

Creates a message that sound index and attenuation to be played when triggering DI1 [Att BOTH] [Frequency].

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AttenuationAndFrequencyDI1 register.

GetPayload()

Creates a message payload for the AttenuationAndFrequencyDI1 register.

public ushort[] GetPayload()

Returns

ushort[]

The created message payload value.