Table of Contents

Class EngineMode

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/EngineMode", DoNotGenerateAcw = true)]
public sealed class EngineMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
EngineMode
Implements
Inherited Members

Properties

B

[Register("b")]
public static IList<EngineMode> B { get; }

Property Value

IList<EngineMode>

LegacyFast

[Register("LegacyFast")]
public static EngineMode LegacyFast { get; }

Property Value

EngineMode

NextGen

[Register("NextGen")]
public static EngineMode NextGen { get; }

Property Value

EngineMode

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/EngineMode;", "")]
public static EngineMode ValueOf(string value)

Parameters

value string

Returns

EngineMode

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/entity/EngineMode;", "")]
public static EngineMode[] Values()

Returns

EngineMode[]