2 references to ONESTOPBIT
System (2)
sys\system\io\ports\SerialStream.cs (2)
520
if (value == StopBits.One) nativeValue = (byte) NativeMethods.
ONESTOPBIT
;
1281
dcb.StopBits = NativeMethods.
ONESTOPBIT
;