Click or drag to resize

InsertionState Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleInsertionState

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 InsertionState : Enum

The InsertionState type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDeviceInsertionNotSupported
Device insertion into the Cradle are not supported.
Public propertyStatic memberExtracted
Device has been extracted from the Cradle.
Public propertyStatic memberInsertedCorrectly
Device is correctly inserted into the Cradle.
Public propertyStatic memberInsertedWrongly
Device has been wrongly inserted into the Cradle.
Public propertyStatic memberInsertionUnknown
Unknown Device state related to Cradle.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding InsertionState value, from a valid integer.
Public methodToInt
Converts the InsertionState 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 an insertion state depending on the device's position.

[Android Documentation]

See Also