Click or drag to resize

ConnectionBytesAvailable 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.1869
Syntax
int BytesAvailable()

Return Value

Type: Int32
The estimated number of bytes available.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also