MatroxEncoderOutputMode
Description
Sets the rotary decoder's counter value and/or the direction of movement upon which the rotary decoder should output a pulse.
namespace MatroxEncoderOutputMode
{
enum Type
{
Default,
PositionTrigger,
StepAny,
StepForward
};
}
