OnTimeouts Event

Timeouts value has been set.

Syntax

Visual Basic .NET
Sub OnTimeouts(ByVal ReadIntervalTimeout As UInt32, ByVal ReadTotalTimeoutMultiplier As UInt32, ByVal ReadTotalTimeoutConstant As UInt32, ByVal WriteTotalTimeoutMultiplier As UInt32, ByVal WriteTotalTimeoutConstant As UInt32)
Visual C#
void OnTimeouts(UInt32 ReadIntervalTimeout, UInt32 ReadTotalTimeoutMultiplier, UInt32 ReadTotalTimeoutConstant, UInt32 WriteTotalTimeoutMultiplier, UInt32 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.