Class CreateAttenuationAndSoundIndexDI2Payload
Represents an operator that creates a message payload that sound index and attenuation to be played when triggering DI2 [Att R] [Att L] [Index].
public class CreateAttenuationAndSoundIndexDI2Payload
- Inheritance
-
CreateAttenuationAndSoundIndexDI2Payload
- Derived
- Inherited Members
Properties
AttenuationAndSoundIndexDI2
Gets or sets the value that sound index and attenuation to be played when triggering DI2 [Att R] [Att L] [Index].
public ushort[] AttenuationAndSoundIndexDI2 { get; set; }
Property Value
- ushort[]
Methods
GetMessage(MessageType)
Creates a message that sound index and attenuation to be played when triggering DI2 [Att R] [Att L] [Index].
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AttenuationAndSoundIndexDI2 register.
GetPayload()
Creates a message payload for the AttenuationAndSoundIndexDI2 register.
public ushort[] GetPayload()
Returns
- ushort[]
The created message payload value.