Table of Contents

Class CreateBatteryThresholdHighPayload

Namespace
Harp.TimestampGeneratorGen3
Assembly
Harp.TimestampGeneratorGen3.dll

Represents an operator that creates a message payload that specifies the high threshold from where the battery stops being charged.

public class CreateBatteryThresholdHighPayload
Inheritance
CreateBatteryThresholdHighPayload
Derived
Inherited Members

Properties

BatteryThresholdHigh

Gets or sets the value that specifies the high threshold from where the battery stops being charged.

public float BatteryThresholdHigh { get; set; }

Property Value

float

Methods

GetMessage(MessageType)

Creates a message that specifies the high threshold from where the battery stops being charged.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the BatteryThresholdHigh register.

GetPayload()

Creates a message payload for the BatteryThresholdHigh register.

public float GetPayload()

Returns

float

The created message payload value.