VimbaTriggerActivation

Description

Specifies the activation mode of the trigger.

namespace VimbaTriggerActivation
{
	enum Type
	{
		FallingEdge,
		RisingEdge,
		AnyEdge,
		LevelHigh,
		LevelLow
	};
}