3 references to BytesToRead
System (3)
sys\system\io\ports\SerialPort.cs (3)
879
if (
BytesToRead
== 0)
1182
byte [] bytesReceived = new byte[
BytesToRead
];
1438
raiseEvent = stream.IsOpen && (SerialData.Eof == e.EventType ||
BytesToRead
>= receivedBytesThreshold);