DAQmxCountDirection

Description

Selects how to count signal edges.

namespace DAQmxCountDirection
{
	enum Type
	{
		CountUp,
		CountDown,
		ExtControlled
	};
}