MultichannelConnectionMaxTimeoutForRead Property
|
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public int MaxTimeoutForRead { get; set; }
Public Property MaxTimeoutForRead As Integer
Get
Set
public:
virtual property int MaxTimeoutForRead {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
ConnectionMaxTimeoutForReadSee Also