ConnectionAReadChar Method 
             | 
          
        
         
            Reads the next byte of data from the connection.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic virtual int ReadChar()
Public Overridable Function ReadChar As Integer
public:
virtual int ReadChar()
Return Value
Type: 
Int32The next byte from the connection.
Implements
ConnectionReadChar
Exceptions
Remarks
            The value byte is returned as an int in the range of 0 to 255. If no byte is available on the 
            connection the value -1 is returned.
            
See Also