Class CreateAnalogDataPayload
Represents an operator that creates a message payload that contains sampled analog input data or dynamic sound parameters controlled by the ADC channels. Values are zero if not used.
public class CreateAnalogDataPayload
- Inheritance
-
CreateAnalogDataPayload
- Derived
- Inherited Members
Properties
- Adc0
Gets or sets a value that the sampled analog input value on ADC0.
- Adc1
Gets or sets a value that the sampled analog input value on ADC1.
- AttenuationLeft
Gets or sets a value that the amplitude of the left channel controlled by ADC0.
- AttenuationRight
Gets or sets a value that the amplitude of the right channel controlled by ADC0.
- Frequency
Gets or sets a value that the output frequency controlled by ADC1.
Methods
- GetMessage(MessageType)
Creates a message that contains sampled analog input data or dynamic sound parameters controlled by the ADC channels. Values are zero if not used.
- GetPayload()
Creates a message payload for the AnalogData register.