Method ConnectPort
ConnectPort(GraphDescriptor, ulong, ulong)
Update a portBinding by connecting it to a driver
Declaration
public static void ConnectPort(SystemGraphManager.GraphDescriptor descriptor, ulong portId, ulong driverId)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphManager.GraphDescriptor | descriptor | Graph that contains the port |
ulong | portId | ID of the target port |
ulong | driverId | ID of the driving port |