Class PlaySoundOrFrequency
Represents a register that starts the sound index (if less than 32) or frequency (if greater or equal than 32).
public class PlaySoundOrFrequency
- Inheritance
-
PlaySoundOrFrequency
- Inherited Members
Fields
- Address
Represents the address of the PlaySoundOrFrequency register. This field is constant.
- RegisterLength
Represents the length of the PlaySoundOrFrequency register. This field is constant.
- RegisterType
Represents the payload type of the PlaySoundOrFrequency register. This field is constant.
Methods
- FromPayload(MessageType, ushort)
Returns a Harp message for the PlaySoundOrFrequency register.
- FromPayload(double, MessageType, ushort)
Returns a timestamped Harp message for the PlaySoundOrFrequency register.
- GetPayload(HarpMessage)
Returns the payload data for PlaySoundOrFrequency register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for PlaySoundOrFrequency register messages.