Base:
property
ReadTimeout
System.IO.Stream.ReadTimeout
3 writes to ReadTimeout
System (3)
sys\system\io\ports\SerialPort.cs (1)
463
internalSerialStream.
ReadTimeout
= value;
sys\system\io\ports\SerialStream.cs (2)
882
ReadTimeout
= SerialPort.InfiniteTimeout;
892
ReadTimeout
= oldtimeout;
4 references to ReadTimeout
System (4)
sys\system\io\ports\SerialStream.cs (4)
881
int oldtimeout =
ReadTimeout
;
989
if ((afsar._numBytes == 0) && (
ReadTimeout
== SerialPort.InfiniteTimeout) && (afsar._errorCode == 0))
1078
return Read(array, offset, count,
ReadTimeout
);
1119
return ReadByte(
ReadTimeout
);