Class CreateOffsetLoadCell3Payload
Represents an operator that creates a message payload that offset value for Load Cell channel 3.
public class CreateOffsetLoadCell3Payload
- Inheritance
-
CreateOffsetLoadCell3Payload
- Derived
- Inherited Members
Properties
OffsetLoadCell3
Gets or sets the value that offset value for Load Cell channel 3.
[Range(-255, 255)]
public short OffsetLoadCell3 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that offset value for Load Cell channel 3.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the OffsetLoadCell3 register.
GetPayload()
Creates a message payload for the OffsetLoadCell3 register.
public short GetPayload()
Returns
- short
The created message payload value.