ModbusTCPProtocolRequestLength Property |
The Modbus TCP Length of Request
From Modbus.rog: Length -
The length field is a byte count of the following fields, including the Unit
Identifier and data fields.
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int RequestLength { get; }
Public ReadOnly Property RequestLength As Integer
Get
member RequestLength : int with get
Property Value
Int32See Also