Table of Contents

Class Stop

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents a register that any value will stop the current sound.

public class Stop
Inheritance
Stop
Inherited Members

Fields

Address

Represents the address of the Stop register. This field is constant.

RegisterLength

Represents the length of the Stop register. This field is constant.

RegisterType

Represents the payload type of the Stop register. This field is constant.

Methods

FromPayload(MessageType, byte)

Returns a Harp message for the Stop register.

FromPayload(double, MessageType, byte)

Returns a timestamped Harp message for the Stop register.

GetPayload(HarpMessage)

Returns the payload data for Stop register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for Stop register messages.