HikrobotEnableType

Description

Enable type definition, used to control the trigger in serial mode.

Values of this enumeration:

  • MvIoEnableStart - Enable.
  • MvIoEnableEnd - Disable.

namespace HikrobotEnableType
{
	enum Type
	{
		MvIoEnableStart,
		MvIoEnableEnd
	};
}