UsbConnectionMaxTimeoutForRead Property 
             | 
          
        
         
            Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntaxpublic override int MaxTimeoutForRead { get; set; }Public Overrides Property MaxTimeoutForRead As Integer
	Get
	Set
public:
virtual property int MaxTimeoutForRead {
	int get () override;
	void set (int value) override;
}Property Value
Type: 
Int32Implements
ConnectionMaxTimeoutForRead
See Also