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: 3.0.3271
Syntax
public override int BytesAvailable()

Return Value

Int32
Number of bytes currently read from printer.

Implements

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