Class CreateAnalogDataPayload
Represents an operator that creates a message payload that reports the sampled analog signal on each of the ADC input channels. The ADC is capped at 12 bits of resolution.
public class CreateAnalogDataPayload
- Inheritance
-
CreateAnalogDataPayload
- Derived
- Inherited Members
Properties
- AnalogInput0
Gets or sets a value that the analog value sampled from ADC channel 0.
- AnalogInput1
Gets or sets a value that the analog value sampled from ADC channel 1.
- AnalogInput2
Gets or sets a value that the analog value sampled from ADC channel 2.
Methods
- GetMessage(MessageType)
Creates a message that reports the sampled analog signal on each of the ADC input channels. The ADC is capped at 12 bits of resolution.
- GetPayload()
Creates a message payload for the AnalogData register.