Class AnalogData
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents a register that value from a single read of all ADC channels.
public class AnalogData
- Inheritance
-
AnalogData
- Inherited Members
Fields
- Address
Represents the address of the AnalogData register. This field is constant.
- RegisterLength
Represents the length of the AnalogData register. This field is constant.
- RegisterType
Represents the payload type of the AnalogData register. This field is constant.
Methods
- FromPayload(MessageType, AnalogDataPayload)
Returns a Harp message for the AnalogData register.
- FromPayload(double, MessageType, AnalogDataPayload)
Returns a timestamped Harp message for the AnalogData register.
- GetPayload(HarpMessage)
Returns the payload data for AnalogData register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for AnalogData register messages.