MultichannelConnectionRead Method 
             | 
          
        
         
            Reads all the available data from the connection. This call is non-blocking.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
SyntaxPublic Function Read As Byte()
public:
virtual array<unsigned char>^ Read() sealed
Return Value
Type: 
ByteData read from the connection.
Implements
ConnectionRead
Exceptions
See Also