3 references to One
System.IO.Ports (3)
System\IO\Ports\SerialPort.cs (2)
19private const StopBits DefaultStopBits = StopBits.One; 465if (value < StopBits.One || value > StopBits.OnePointFive)
System\IO\Ports\SerialStream.Unix.cs (1)
332Debug.Assert(!(value < StopBits.One || value > StopBits.OnePointFive), "An invalid value was passed to StopBits");