Table of Contents

Class CreateOffsetLoadCell4Payload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

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

public class CreateOffsetLoadCell4Payload
Inheritance
CreateOffsetLoadCell4Payload
Derived
Inherited Members

Properties

OffsetLoadCell4

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

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

Property Value

short

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OffsetLoadCell4 register.

GetPayload()

Creates a message payload for the OffsetLoadCell4 register.

public short GetPayload()

Returns

short

The created message payload value.