2 references to ONE5STOPBITS
System (2)
sys\system\io\ports\SerialStream.cs (2)
521
else if (value == StopBits.OnePointFive) nativeValue = (byte) NativeMethods.
ONE5STOPBITS
;
1284
dcb.StopBits = NativeMethods.
ONE5STOPBITS
;