Table of Contents

Class CreateFrequencyDI1Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that specifies the sound frequency to be played when triggering DI1.

public class CreateFrequencyDI1Payload
Inheritance
CreateFrequencyDI1Payload
Derived
Inherited Members

Properties

FrequencyDI1

Gets or sets the value that specifies the sound frequency to be played when triggering DI1.

public ushort FrequencyDI1 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that specifies the sound frequency to be played when triggering DI1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the FrequencyDI1 register.

GetPayload()

Creates a message payload for the FrequencyDI1 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.