Table of Contents

Class CreateConfigureAdcPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that configuration of Analog Inputs.

public class CreateConfigureAdcPayload
Inheritance
CreateConfigureAdcPayload
Derived
Inherited Members

Properties

ConfigureAdc

Gets or sets the value that configuration of Analog Inputs.

public AdcConfiguration ConfigureAdc { get; set; }

Property Value

AdcConfiguration

Methods

GetMessage(MessageType)

Creates a message that configuration of Analog Inputs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ConfigureAdc register.

GetPayload()

Creates a message payload for the ConfigureAdc register.

public AdcConfiguration GetPayload()

Returns

AdcConfiguration

The created message payload value.