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