Method MapPort
MapPort(PortMapper, string, Direction, ref Port, in INode)
Declaration
public static INode MapPort(PortMapper portToOffsetMapping, string portUniqueId, Direction direction, ref Port port, in INode node)
Parameters
| Type | Name | Description |
|---|---|---|
| PortMapper | portToOffsetMapping | |
| string | portUniqueId | |
| Direction | direction | |
| Port | port | |
| INode | node |
Returns
| Type | Description |
|---|---|
| INode |
MapPort(PortMapper, IPortModel, ref Port, in INode)
Declaration
public static INode MapPort(PortMapper portToOffsetMapping, IPortModel portUniqueId, ref Port port, in INode node)
Parameters
| Type | Name | Description |
|---|---|---|
| PortMapper | portToOffsetMapping | |
| IPortModel | portUniqueId | |
| Port | port | |
| INode | node |
Returns
| Type | Description |
|---|---|
| INode |