UsbConnectionRead Method (Int32)
             | 
          
        
         
            Reads up to maxBytesToRead into byte array
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1989
Syntaxpublic override byte[] Read(
	int maxBytesToRead
)
Public Overrides Function Read ( 
	maxBytesToRead As Integer
) As Byte()
public:
virtual array<unsigned char>^ Read(
	int maxBytesToRead
) override
Parameters
- maxBytesToRead
 - Type: SystemInt32
The maximum number of bytes to read. 
Return Value
Type: 
Byte
RemarksPerforming reads using DriverPrinterConnection and UsbConnection concurrently could cause indeterminate reads.
See Also