Click or drag to resize

UsbConnection.BytesAvailable 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

Connection.BytesAvailable()
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also