ES346(ListIConnection, ISerialProtocol) Constructor |
Create Brainboxes
ES-346 4 Port RS422/485 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)
Syntax public ES346(
List<IConnection> portConnections,
ISerialProtocol protocol
)
Public Sub New (
portConnections As List(Of IConnection),
protocol As ISerialProtocol
)
new :
portConnections : List<IConnection> *
protocol : ISerialProtocol -> ES346
Parameters
- portConnections ListIConnection
- protocol ISerialProtocol
See Also