ES257(ListIConnection) Constructor |
Create
ES-257 with 2 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 ES257(
List<IConnection> portConnections
)
Public Sub New (
portConnections As List(Of IConnection)
)
new :
portConnections : List<IConnection> -> ES257
Parameters
- portConnections ListIConnection
See Also