Class RtuConstants
- Namespace
- IO.Scanbot.Sdk.UI.View.Base
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/base/RtuConstants", DoNotGenerateAcw = true)]
public sealed class RtuConstants : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
RtuConstants
- Implements
-
- Inherited Members
-
Fields
CancellationReasonTimeout
[Register("CANCELLATION_REASON_TIMEOUT")]
public const string CancellationReasonTimeout = "CANCELLATION_REASON_TIMEOUT"
Field Value
- string
CustomConfiguration
[Register("CUSTOM_CONFIGURATION")]
public const string CustomConfiguration = "CUSTOM_CONFIGURATION"
Field Value
- string
[Register("EXTRA_KEY_RTU_RESULT")]
public const string ExtraKeyRtuResult = "rtuResult"
Field Value
- string
[Register("EXTRA_KEY_RTU_SETTINGS")]
public const string ExtraKeyRtuSettings = "rtuSettings"
Field Value
- string
NativeCustomConfiguration
[Register("NATIVE_CUSTOM_CONFIGURATION")]
public const string NativeCustomConfiguration = "NATIVE_CUSTOM_CONFIGURATION"
Field Value
- string
ResultCodeLicenseInvalid
[Register("RESULT_CODE_LICENSE_INVALID")]
public const int ResultCodeLicenseInvalid = 501
Field Value
- int
ResultCodeSdkNotInitialized
[Register("RESULT_CODE_SDK_NOT_INITIALIZED")]
public const int ResultCodeSdkNotInitialized = 502
Field Value
- int
Properties
Instance
[Register("INSTANCE")]
public static RtuConstants Instance { get; }
Property Value
- RtuConstants