Class BarcodeScanAndCountView.ScanState
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeScanAndCountView.ScanState : Enum
- Inheritance
-
BarcodeScanAndCountView.ScanState
Constructors
ScanState(string, int)
public ScanState(string _enum_name, int _enum_ordinal)
Parameters
_enum_name
string
_enum_ordinal
int
Properties
A
public static IList<BarcodeScanAndCountView.ScanState> A { get; }
Property Value
- IList<BarcodeScanAndCountView.ScanState>
B
public static IEnumEntries B { get; }
Property Value
- IEnumEntries
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Idle
public static BarcodeScanAndCountView.ScanState Idle { get; }
Property Value
- BarcodeScanAndCountView.ScanState
Result
public static BarcodeScanAndCountView.ScanState Result { get; }
Property Value
- BarcodeScanAndCountView.ScanState
Scanning
public static BarcodeScanAndCountView.ScanState Scanning { get; }
Property Value
- BarcodeScanAndCountView.ScanState
Methods
ValueOf(string)
public static BarcodeScanAndCountView.ScanState ValueOf(string value)
Parameters
value
string
Returns
- BarcodeScanAndCountView.ScanState
Values()
public static BarcodeScanAndCountView.ScanState[] Values()
Returns
- ScanState[]