Instance.connectPort

void connectPort(uint portIndex, void * dataLocation) @nogc nothrow

Connect 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

portIndexThe index of the port to connect
dataLocationData location to connect