1 write to _receivedBytesThreshold
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
457
_receivedBytesThreshold
= value;
2 references to _receivedBytesThreshold
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (2)
450
return
_receivedBytesThreshold
;
1283
raiseEvent = stream.IsOpen && (SerialData.Eof == e.EventType || BytesToRead >=
_receivedBytesThreshold
);