SerialPortStopBits

Description

Describes possible numbers of stop bits.

namespace SerialPortStopBits
{
	enum Type
	{
		One,
		OnePointFive,
		Two
	};
}