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: 3.0.3271
Syntax
public override void SetReadTimeout(
	int readTimeout
)

Parameters

readTimeout  Int32
The read timeout in milliseconds
See Also