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.14.1869
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