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