Click or drag to resize

TcpConnectionSetReadTimeout Method

Sets the read timeout on the underlying socket.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public override void SetReadTimeout(
	int readTimeout
)

Parameters

readTimeout
Type: SystemInt32
The read timeout in milliseconds
See Also