Table of Contents

Class CreateStopPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that creates a message payload that any value will stop the current sound.

public class CreateStopPayload
Inheritance
CreateStopPayload
Derived
Inherited Members

Properties

Stop

Gets or sets the value that any value will stop the current sound.

public byte Stop { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that any value will stop the current sound.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Stop register.

GetPayload()

Creates a message payload for the Stop register.

public byte GetPayload()

Returns

byte

The created message payload value.