DAQmxActiveEdge

Description

Sets signal' active edge.

namespace DAQmxActiveEdge
{
	enum Type
	{
		Rising,
		Falling
	};
}