Used to specifiy a pins Direction.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public enum TPinDirection |
Members
Member name | Value | Description | |
---|---|---|---|
Configuration | 0 | The pin is a ConfigurationPin and as such only accessible via the Inspektor. | |
Input | 1 | The pin is an input to the node. | |
Output | 2 | The pin is an output from the node. |