Class RangeAndFilter
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents a register that sets the range and LowPass filter cutoff of the ADC.
public class RangeAndFilter
- Inheritance
-
RangeAndFilter
- Inherited Members
Fields
- Address
Represents the address of the RangeAndFilter register. This field is constant.
- RegisterLength
Represents the length of the RangeAndFilter register. This field is constant.
- RegisterType
Represents the payload type of the RangeAndFilter register. This field is constant.
Methods
- FromPayload(MessageType, RangeAndFilterConfig)
Returns a Harp message for the RangeAndFilter register.
- FromPayload(double, MessageType, RangeAndFilterConfig)
Returns a timestamped Harp message for the RangeAndFilter register.
- GetPayload(HarpMessage)
Returns the payload data for RangeAndFilter register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for RangeAndFilter register messages.