Provides implementation for BytesAvailable()()().
Returns an estimate of the number of bytes that can be read from the Bluetooth(R) connection without blocking.

Namespace:  ZSDK_API.Comm
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public int BytesAvailable()
Visual Basic (Declaration)
Public Function BytesAvailable As Integer

Return Value

Estimated number of bytes available

Implements

ZebraPrinterConnection..::.BytesAvailable()()()

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.

See Also