Timeouts value has been set.
| Visual Basic | Sub OnTimeouts(ReadIntervalTimeout As Long, ReadTotalTimeoutMultiplier As Long, ReadTotalTimeoutConstant As Long, WriteTotalTimeoutMultiplier As Long, WriteTotalTimeoutConstant As Long)
|
|---|---|
| Visual C++ (MFC) | void OnTimeouts(long ReadIntervalTimeout, long ReadTotalTimeoutMultiplier, long ReadTotalTimeoutConstant, long WriteTotalTimeoutMultiplier, long WriteTotalTimeoutConstant);
|
ReadIntervalTimeout
Maximum time allowed to elapse between the arrival of two bytes on the communications line, in milliseconds.
ReadTotalTimeoutMultiplier
Multiplier used to calculate the total time-out period for read operations, in milliseconds.
ReadTotalTimeoutConstant
Constant used to calculate the total time-out period for read operations, in milliseconds.
WriteTotalTimeoutMultiplier
Multiplier used to calculate the total time-out period for write operations, in milliseconds.
WriteTotalTimeoutConstant
Constant used to calculate the total time-out period for write operations, in milliseconds.