Class CreateAttenuationLeftDI0Payload
Represents an operator that creates a message payload that left channel's attenuation (1 LSB is 0.5dB) when triggering DI0.
public class CreateAttenuationLeftDI0Payload
- Inheritance
-
CreateAttenuationLeftDI0Payload
- Derived
- Inherited Members
Properties
AttenuationLeftDI0
Gets or sets the value that left channel's attenuation (1 LSB is 0.5dB) when triggering DI0.
public ushort AttenuationLeftDI0 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that left channel's attenuation (1 LSB is 0.5dB) when triggering DI0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AttenuationLeftDI0 register.
GetPayload()
Creates a message payload for the AttenuationLeftDI0 register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.