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