Z4SightTimerTriggerActivation

Description

Selects the trigger activation for the specified timer.

namespace Z4SightTimerTriggerActivation
{
	enum Type
	{
		AnyEdge,
		EdgeFalling,
		EdgeRising,
		LevelHigh,
		LevelLow
	};
}