MvIMPACTTriggerActivation

Description

Signal state to be considered as active.

namespace MvIMPACTTriggerActivation
{
	enum Type
	{
		Off,
		Software,
		LowLevel,
		HighLevel,
		FallingEdge,
		RisingEdge,
		AnyEdge
	};
}