TcpConnectionBytesAvailable Method 
             | 
          
        
         
            Returns an estimate of the number of bytes that can be read from this connection without blocking.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic override int BytesAvailable()
Public Overrides Function BytesAvailable As Integer
public:
virtual int BytesAvailable() override
Return Value
Type: 
Int32The estimated number of bytes available.
Implements
ConnectionBytesAvailable
Exceptions
See Also