Class CreateBatteryThresholdLowPayload
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents an operator that creates a message payload that specifies the low threshold from where the battery should start to be charged.
public class CreateBatteryThresholdLowPayload
- Inheritance
-
CreateBatteryThresholdLowPayload
- Derived
- Inherited Members
Properties
BatteryThresholdLow
Gets or sets the value that specifies the low threshold from where the battery should start to be charged.
public float BatteryThresholdLow { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the low threshold from where the battery should start to be charged.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the BatteryThresholdLow register.
GetPayload()
Creates a message payload for the BatteryThresholdLow register.
public float GetPayload()
Returns
- float
The created message payload value.