Z4SightLatchTriggerActivation

Description

Selects the trigger activation for the specified latch.

namespace Z4SightLatchTriggerActivation
{
	enum Type
	{
		AnyEdge,
		EdgeFalling,
		EdgeRising
	};
}