Called by the PluginHost for every input or output that is being disconnected. This is typically useful for NodeIO Inputs that can set a cached reference to the upstream interface to null at this place.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void DisconnectPin(
	IPluginIO pin
)

Parameters

pin
Type: VVVV.PluginInterfaces.V1..::..IPluginIO
Interface to the pin for which the function is called.

See Also