Table of Contents

Class CreateOffsetLoadCell7Payload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

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

public class CreateOffsetLoadCell7Payload
Inheritance
CreateOffsetLoadCell7Payload
Derived
Inherited Members

Properties

OffsetLoadCell7

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

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

Property Value

short

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OffsetLoadCell7 register.

GetPayload()

Creates a message payload for the OffsetLoadCell7 register.

public short GetPayload()

Returns

short

The created message payload value.