ES413(ListIConnection, ISerialProtocol) Constructor |
Brainboxes
ES-413 2 Port RS422/485 PoE Ethernet to Serial Adapter which use the given connections and protocol
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ES413(
List<IConnection> portConnections,
ISerialProtocol protocol
)
Public Sub New (
portConnections As List(Of IConnection),
protocol As ISerialProtocol
)
new :
portConnections : List<IConnection> *
protocol : ISerialProtocol -> ES413
Parameters
- portConnections ListIConnection
- protocol ISerialProtocol
See Also