Table of Contents

Class CreateAttenuationRightDI0Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

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

public class CreateAttenuationRightDI0Payload
Inheritance
CreateAttenuationRightDI0Payload
Derived
Inherited Members

Properties

AttenuationRightDI0

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

public ushort AttenuationRightDI0 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AttenuationRightDI0 register.

GetPayload()

Creates a message payload for the AttenuationRightDI0 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.