Table of Contents

Class CreateAttenuationBothPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that configures both attenuation on right and left channels [Att R] [Att L].

public class CreateAttenuationBothPayload
Inheritance
CreateAttenuationBothPayload
Derived
Inherited Members

Properties

AttenuationBoth

Gets or sets the value that configures both attenuation on right and left channels [Att R] [Att L].

public ushort[] AttenuationBoth { get; set; }

Property Value

ushort[]

Methods

GetMessage(MessageType)

Creates a message that configures both attenuation on right and left channels [Att R] [Att L].

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AttenuationBoth register.

GetPayload()

Creates a message payload for the AttenuationBoth register.

public ushort[] GetPayload()

Returns

ushort[]

The created message payload value.