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