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.1989
Syntaxpublic virtual byte[] Read()
Public Overridable Function Read As Byte()
public:
virtual array<unsigned char>^ Read()
Return Value
Type: 
ByteData read from the connection.
Implements
ConnectionRead
Exceptions
See Also