Z4SightEncoderOutputMode

Description

Sets the rotary decoder's counter value and/or the direction of movement upon which the rotary decoder should output a pulse.

namespace Z4SightEncoderOutputMode
{
	enum Type
	{
		Default,
		PositionTrigger,
		StepAny,
		StepForward
	};
}