Table of Contents

Class CreateAttenuationLeftDI2Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that left channel's attenuation (1 LSB is 0.5dB) when triggering DI2.

public class CreateAttenuationLeftDI2Payload
Inheritance
CreateAttenuationLeftDI2Payload
Derived
Inherited Members

Properties

AttenuationLeftDI2

Gets or sets the value that left channel's attenuation (1 LSB is 0.5dB) when triggering DI2.

public ushort AttenuationLeftDI2 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that left channel's attenuation (1 LSB is 0.5dB) when triggering DI2.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AttenuationLeftDI2 register.

GetPayload()

Creates a message payload for the AttenuationLeftDI2 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.