RoseekLEDDriverType

Description

LED driver type.

namespace RoseekLEDDriverType
{
	enum Type
	{
		Own,
		External
	};
}