ConnectionMaxTimeoutForRead Property
|
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax int MaxTimeoutForRead { get; set; }
Property MaxTimeoutForRead As Integer
Get
Set
property int MaxTimeoutForRead {
int get ();
void set (int value);
}
Property Value
Int32See Also