Class Stop
Represents a register that any value will stop the current sound.
public class Stop- Inheritance
- 
      
      Stop
- Inherited Members
Fields
- 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.