Click or drag to resize

ConnectionATimeToWaitForMoreData Property

Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public virtual int TimeToWaitForMoreData { get; set; }

Property Value

Int32

Implements

ConnectionTimeToWaitForMoreData
See Also