HikrobotPatternOut

Description

Output mode selection.

Values of this enumeration:

  • MvIoPatternPwm - PWM.
  • MvIoPatternSingle - SINGLE.

namespace HikrobotPatternOut
{
	enum Type
	{
		MvIoPatternPwm,
		MvIoPatternSingle
	};
}