DriverPrinterConnectionRead Method 
             | 
          
        
         
            Reads all the available data from the connection. This call is non-blocking.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1989
Syntaxpublic override byte[] Read()
Public Overrides Function Read As Byte()
public:
virtual array<unsigned char>^ Read() override
Return Value
Type: 
ByteData read from the connection.
Implements
ConnectionRead
Exceptions
See Also