ZebraScanEnginesLeds

Description

Operation codes for turning the LEDs on and off.

namespace ZebraScanEnginesLeds
{
	enum Type
	{
		LedGreenOn,
		LedYellowOn,
		LedRedOn,
		LedGreenOff,
		LedYellowOff,
		LedRedOff
	};
}