Returns the maximum time, in milliseconds, to wait for any data to be received.

Namespace:  ZSDK_API.Comm
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
int GetMaxTimeoutForRead()
Visual Basic (Declaration)
Function GetMaxTimeoutForRead As Integer

Return Value

The maximum time, in milliseconds, to wait for any data to be received.

See Also