ES279(ListIConnection) Constructor |
Create
ES-279 with 8 Ports which use the given connections
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ES279(
List<IConnection> portConnections
)
Public Sub New (
portConnections As List(Of IConnection)
)
new :
portConnections : List<IConnection> -> ES279
Parameters
- portConnections ListIConnection
See Also