Table of Contents

Class CreateAttenuationLeftPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

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

public class CreateAttenuationLeftPayload
Inheritance
CreateAttenuationLeftPayload
Derived
Inherited Members

Properties

AttenuationLeft

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

public ushort AttenuationLeft { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that configure left 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 AttenuationLeft register.

GetPayload()

Creates a message payload for the AttenuationLeft register.

public ushort GetPayload()

Returns

ushort

The created message payload value.