Method SetPorts
SetPorts(int, Port, int, Port)
Sets the ports.
Declaration
public void SetPorts(int inputIndex, Port inputPort, int outputIndex, Port outputPort)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inputIndex | Index of the input. |
| Port | inputPort | The input port. |
| int | outputIndex | Index of the output. |
| Port | outputPort | The output port. |