Port.connectedTo

bool connectedTo(string portName) const nothrow

Check if a port is connected to another port by name. NOT real-time safe and shouldn't be called from process callback.

Parameters

portNameOther port to check if this one is connected to it

Returns

true if port is connected to the named port