ModbusTCPProtocolProtocolId Property |
The ModbusTCP protocol, always 0
From Modbus.org: Protocol Identifier – It is used for intra-system multiplexing.
The MODBUS protocol is identified by the value 0.
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ProtocolId { get; }
Public ReadOnly Property ProtocolId As Integer
Get
member ProtocolId : int with get
Property Value
Int32See Also