Table of Contents

Class CreateOffsetLoadCell2Payload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that offset value for Load Cell channel 2.

public class CreateOffsetLoadCell2Payload
Inheritance
CreateOffsetLoadCell2Payload
Derived
Inherited Members

Properties

OffsetLoadCell2

Gets or sets the value that offset value for Load Cell channel 2.

[Range(-255, 255)]
public short OffsetLoadCell2 { get; set; }

Property Value

short

Methods

GetMessage(MessageType)

Creates a message that offset value for Load Cell channel 2.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OffsetLoadCell2 register.

GetPayload()

Creates a message payload for the OffsetLoadCell2 register.

public short GetPayload()

Returns

short

The created message payload value.