Class CreateBatteryCalibration1Payload
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents an operator that creates a message payload for register BatteryCalibration1.
public class CreateBatteryCalibration1Payload
- Inheritance
-
CreateBatteryCalibration1Payload
- Derived
- Inherited Members
Properties
BatteryCalibration1
Gets or sets the value for register BatteryCalibration1.
public ushort BatteryCalibration1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message for register BatteryCalibration1.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the BatteryCalibration1 register.
GetPayload()
Creates a message payload for the BatteryCalibration1 register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.