Instance.connectPort
void connectPort(uint portIndex, void * dataLocation) @nogc nothrowConnect a port to a data location.
This may be called regardless of whether the plugin is activated, activation and deactivation does not destroy port connections.
Parameters
portIndex | The index of the port to connect |
dataLocation | Data location to connect |