BarcodeReadingStrategy

Description

Determines if additional attempts to read a barcode should be performed.

namespace BarcodeReadingStrategy
{
	enum Type
	{
		Regular,
		Extended
	};
}