Table of Contents

Interface IBarcodeScanner

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/BarcodeScanner", "", "IO.Scanbot.Sdk.Barcode.IBarcodeScannerInvoker")]
public interface IBarcodeScanner : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

ClearFrameAccumulationCache()

[Register("clearFrameAccumulationCache", "()V", "GetClearFrameAccumulationCacheHandler:IO.Scanbot.Sdk.Barcode.IBarcodeScannerInvoker, BarcodeSDK.NET.Droid")]
void ClearFrameAccumulationCache()

CopyCurrentConfiguration()

[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/barcode/BarcodeScannerConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Barcode.IBarcodeScannerInvoker, BarcodeSDK.NET.Droid")]
BarcodeScannerConfiguration CopyCurrentConfiguration()

Returns

BarcodeScannerConfiguration

Run(ImageRef)

[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetRun_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Barcode.IBarcodeScannerInvoker, BarcodeSDK.NET.Droid")]
IResult Run(ImageRef image)

Parameters

image ImageRef

Returns

IResult

SetConfiguration(BarcodeScannerConfiguration)

[Register("setConfiguration", "(Lio/scanbot/sdk/barcode/BarcodeScannerConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_barcode_BarcodeScannerConfiguration_Handler:IO.Scanbot.Sdk.Barcode.IBarcodeScannerInvoker, BarcodeSDK.NET.Droid")]
IResult SetConfiguration(BarcodeScannerConfiguration configuration)

Parameters

configuration BarcodeScannerConfiguration

Returns

IResult