MultichannelConnection.BytesAvailable 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.13.898
Syntaxpublic int BytesAvailable()
Public Function BytesAvailable As Integer
public:
virtual int BytesAvailable() sealed
Return Value
Type:
Int32The estimated number of bytes available.
Implements
Connection.BytesAvailable()
Exceptions
See Also