Class CreateStopPayload
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
Methods
GetMessage(MessageType)
Creates a message that any value will stop the current sound.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies 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.