BluetoothConnectionBytesAvailable Method
|
Returns an estimate of the number of bytes that can be read from this connection without blocking.
Namespace: Zebra.Sdk.CommAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
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
Int32The estimated number of bytes available.
Implements
ConnectionBytesAvailableExceptions See Also