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