UsbConnectionBytesAvailable Method
|
Returns number of bytes currently read from printer.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public override int BytesAvailable()
Public Overrides Function BytesAvailable As Integer
public:
virtual int BytesAvailable() override
Return Value
Int32Number of bytes currently read from printer.
Implements
ConnectionBytesAvailableExceptions See Also