OnTimeouts Event

Timeouts value has been set.

Syntax

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);

Parameters

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.