Click or drag to resize

ConnectionASetReadTimeout Method

Sets the underlying read timeout value.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public virtual void SetReadTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
The read timeout in milliseconds.
Exceptions
ExceptionCondition
ConnectionExceptionIf an error occurs while attempting to set the read timeout.
See Also