Class CreateLoadCellDataPayload
Represents an operator that creates a message payload that value of single ADC read from all load cell channels.
public class CreateLoadCellDataPayload
- Inheritance
-
CreateLoadCellDataPayload
- Derived
- Inherited Members
Properties
Channel0
Gets or sets a value to write on payload member Channel0.
public short Channel0 { get; set; }
Property Value
Channel1
Gets or sets a value to write on payload member Channel1.
public short Channel1 { get; set; }
Property Value
Channel2
Gets or sets a value to write on payload member Channel2.
public short Channel2 { get; set; }
Property Value
Channel3
Gets or sets a value to write on payload member Channel3.
public short Channel3 { get; set; }
Property Value
Channel4
Gets or sets a value to write on payload member Channel4.
public short Channel4 { get; set; }
Property Value
Channel5
Gets or sets a value to write on payload member Channel5.
public short Channel5 { get; set; }
Property Value
Channel6
Gets or sets a value to write on payload member Channel6.
public short Channel6 { get; set; }
Property Value
Channel7
Gets or sets a value to write on payload member Channel7.
public short Channel7 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that value of single ADC read from all load cell channels.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the LoadCellData register.
GetPayload()
Creates a message payload for the LoadCellData register.
public LoadCellDataPayload GetPayload()
Returns
- LoadCellDataPayload
The created message payload value.