Z4SightOutputSource

Description

Sets the type of signal to route to an output signal.

namespace Z4SightOutputSource
{
	enum Type
	{
		User,
		RotaryEncoder1,
		RotaryEncoder2,
		Timer1,
		Timer2,
		Timer3,
		Timer4,
		Timer5,
		Timer6,
		Timer7,
		Timer8,
		Timer9,
		Timer10,
		Timer11,
		Timer12,
		Timer13,
		Timer14,
		Timer15,
		Timer16,
		IOCommandList1_Bit0,
		IOCommandList1_Bit1,
		IOCommandList1_Bit2,
		IOCommandList1_Bit3,
		IOCommandList1_Bit4,
		IOCommandList1_Bit5,
		IOCommandList1_Bit6,
		IOCommandList1_Bit7,
		IOCommandList2_Bit0,
		IOCommandList2_Bit1,
		IOCommandList2_Bit2,
		IOCommandList2_Bit3,
		IOCommandList2_Bit4,
		IOCommandList2_Bit5,
		IOCommandList2_Bit6,
		IOCommandList2_Bit7
	};
}