Click or drag to resize

UnlockKeyStatus Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleUnlockKeyStatus

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class UnlockKeyStatus : Enum

The UnlockKeyStatus type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberUnlockKeyStatusExtracted
Cradle unlock key extracted.
Public propertyStatic memberUnlockKeyStatusInserted
Cradle unlock key inserted.
Public propertyStatic memberUnlockKeyStatusNotSupported
Cradle unlock key not supported.
Public propertyStatic memberUnlockKeyStatusUnknown
Unknown Cradle unlock key status.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding UnlockKeyStatus value, from a valid integer.
Public methodToInt
Converts the UnlockKeyStatus enum to its integer representing value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the unlock key status.

[Android Documentation]

See Also