IFMResolution

Description

Possible resolutions of IFM device.

namespace IFMResolution
{
	enum Type
	{
		Resolution_176x132,
		Resolution_352x264
	};
}