DirectionMode

Description

Selects direction of port being configured.

namespace DirectionMode
{
	enum Type
	{
		Input,
		Output
	};
}