Home > Language Reference > Classes > StreamSerial

Timeout Property

Delay before raising an error.

Syntax

Public Property Get Timeout() As Long
Public Property Let Timeout(ByVal
lTime As Long)

ParameterDescription
lTimeNew delay before raising an error, expressed in milliseconds.

Remarks

The Timeout property specifies the time to wait before an error is sent when a reading or writing operation does not succeed. This time is expressed in milliseconds. It is possible to modify this value at any moment, before or after calling the Open method. By default, this property is initialized with the value 10000.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.3N/A