Class CreateBatteryRatePayload
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents an operator that creates a message payload that configure how often the battery calue is sent to computer.
public class CreateBatteryRatePayload
- Inheritance
-
CreateBatteryRatePayload
- Derived
- Inherited Members
Properties
BatteryRate
Gets or sets the value that configure how often the battery calue is sent to computer.
public BatteryRateConfiguration BatteryRate { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configure how often the battery calue is sent to computer.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the BatteryRate register.
GetPayload()
Creates a message payload for the BatteryRate register.
public BatteryRateConfiguration GetPayload()
Returns
- BatteryRateConfiguration
The created message payload value.