ModbusTCPProtocolResponseLength Property |
The Modbus TCP Length of Response
From Modbus.rog: Length -
The length field is a byte count of the following fields, including the Unit
Identifier and data fields.
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic int ResponseLength { get; }
Public ReadOnly Property ResponseLength As Integer
Get
member ResponseLength : int with get
Property Value
Type:
Int32
See Also