Class BatteryRate
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents a register that configure how often the battery calue is sent to computer.
public class BatteryRate
- Inheritance
-
BatteryRate
- Inherited Members
Fields
- Address
Represents the address of the BatteryRate register. This field is constant.
- RegisterLength
Represents the length of the BatteryRate register. This field is constant.
- RegisterType
Represents the payload type of the BatteryRate register. This field is constant.
Methods
- FromPayload(MessageType, BatteryRateConfiguration)
Returns a Harp message for the BatteryRate register.
- FromPayload(double, MessageType, BatteryRateConfiguration)
Returns a timestamped Harp message for the BatteryRate register.
- GetPayload(HarpMessage)
Returns the payload data for BatteryRate register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for BatteryRate register messages.