SynViewStrobeEnable

Description

Selects the LED clusters of the strobe light.

namespace SynViewStrobeEnable
{
	enum Type
	{
		Off,
		AllClusters,
		LedCluster1,
		LedCluster2
	};
}