MultichannelConnectionTimeToWaitForMoreData 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: 2.14.1989
Syntax public int TimeToWaitForMoreData { get; set; }
Public Property TimeToWaitForMoreData As Integer
Get
Set
public:
virtual property int TimeToWaitForMoreData {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
ConnectionTimeToWaitForMoreDataSee Also