Click or drag to resize

UsbConnectionBytesAvailable Method

Returns number of bytes currently read from printer.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax
public override int BytesAvailable()

Return Value

Type: Int32
Number of bytes currently read from printer.

Implements

ConnectionBytesAvailable
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also