Method MapPort
MapPort<T>(PortMapper, string, Direction, ref Port, ref T)
Declaration
public static INode MapPort<T>(PortMapper portToOffsetMapping, string portUniqueId, Direction direction, ref Port port, ref T node) where T : struct, INode
Parameters
Type | Name | Description |
---|---|---|
PortMapper | portToOffsetMapping | |
string | portUniqueId | |
Direction | direction | |
Port | port | |
T | node |
Returns
Type | Description |
---|---|
INode |
Type Parameters
Name | Description |
---|---|
T |
MapPort(PortMapper, IGTFPortModel, ref Port, in INode)
Declaration
public static INode MapPort(PortMapper portToOffsetMapping, IGTFPortModel portUniqueId, ref Port port, in INode node)
Parameters
Type | Name | Description |
---|---|---|
PortMapper | portToOffsetMapping | |
IGTFPortModel | portUniqueId | |
Port | port | |
INode | node |
Returns
Type | Description |
---|---|
INode |