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.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic int ProtocolId { get; }
Public ReadOnly Property ProtocolId As Integer
Get
member ProtocolId : int with get
Property Value
Type:
Int32
See Also