Table of Contents

Class CreateBatteryCalibration0Payload

Namespace
Harp.TimestampGeneratorGen3
Assembly
Harp.TimestampGeneratorGen3.dll

Represents an operator that creates a message payload for register BatteryCalibration0.

public class CreateBatteryCalibration0Payload
Inheritance
CreateBatteryCalibration0Payload
Derived
Inherited Members

Properties

BatteryCalibration0

Gets or sets the value for register BatteryCalibration0.

public ushort BatteryCalibration0 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message for register BatteryCalibration0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the BatteryCalibration0 register.

GetPayload()

Creates a message payload for the BatteryCalibration0 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.