ConnectionMaxTimeoutForRead 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.14.1869
Syntaxint MaxTimeoutForRead { get; set; }Property MaxTimeoutForRead As Integer
	Get
	Set
property int MaxTimeoutForRead {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also