Table of Contents

Class CreateAttenuationRightPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that configure right channel's attenuation (1 LSB is 0.1dB).

public class CreateAttenuationRightPayload
Inheritance
CreateAttenuationRightPayload
Derived
Inherited Members

Properties

AttenuationRight

Gets or sets the value that configure right channel's attenuation (1 LSB is 0.1dB).

public ushort AttenuationRight { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that configure right channel's attenuation (1 LSB is 0.1dB).

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AttenuationRight register.

GetPayload()

Creates a message payload for the AttenuationRight register.

public ushort GetPayload()

Returns

ushort

The created message payload value.