XSightIOLevel

Description

XSight input/output level status.

namespace XSightIOLevel
{
	enum Type
	{
		LevelLow,
		LevelHigh
	};
}