HilscherSlotDirection

Description

Direction of the slot

namespace HilscherSlotDirection
{
	enum Type
	{
		IN,
		OUT
	};
}