DAQmxIdleState

Description

Chooses idle state for configured terminal.

namespace DAQmxIdleState
{
	enum Type
	{
		High,
		Low
	};
}