SynViewTimerTriggerSource

Description

Possible timer trigger source.

namespace SynViewTimerTriggerSource
{
	enum Type
	{
		Off,
		FrameTrigger,
		Counter1End,
		Counter2End,
		Counter3End,
		Counter4End,
		UserOutput1,
		UserOutput2,
		UserOutput3,
		UserOutput4,
		UserOutput5,
		UserOutput6,
		UserOutput7,
		UserOutput8
	};
}