Table of Contents

Class CreateSoundIndexDI0Payload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

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

public class CreateSoundIndexDI0Payload
Inheritance
CreateSoundIndexDI0Payload
Derived
Inherited Members

Properties

SoundIndexDI0

Gets or sets the value that specifies the sound index to be played when triggering DI0.

public byte SoundIndexDI0 { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that specifies the sound index to be played 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 SoundIndexDI0 register.

GetPayload()

Creates a message payload for the SoundIndexDI0 register.

public byte GetPayload()

Returns

byte

The created message payload value.