Class FrequencyDI2
Represents a register that specifies the sound frequency to be played when triggering DI2.
public class FrequencyDI2
- Inheritance
-
FrequencyDI2
- Inherited Members
Fields
- Address
Represents the address of the FrequencyDI2 register. This field is constant.
- RegisterLength
Represents the length of the FrequencyDI2 register. This field is constant.
- RegisterType
Represents the payload type of the FrequencyDI2 register. This field is constant.
Methods
- FromPayload(MessageType, ushort)
Returns a Harp message for the FrequencyDI2 register.
- FromPayload(double, MessageType, ushort)
Returns a timestamped Harp message for the FrequencyDI2 register.
- GetPayload(HarpMessage)
Returns the payload data for FrequencyDI2 register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for FrequencyDI2 register messages.