Click or drag to resize

InsertionState Class

Enumerative representing an insertion state depending on the device's position.
Inheritance Hierarchy
System.Object
Com.Datalogic.Cradle.InsertionState

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

The InsertionState type exposes the following members.

Properties
NameDescription
Public propertyDeviceInsertionNotSupported
To be added.
Public propertyExtracted
Device has been extracted from the Cradle.
Public propertyInsertedCorrectly
To be added.
Public propertyInsertedInTrolley
To be added.
Public propertyInsertedWrongly
To be added.
Public propertyInsertionUnknown
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding InsertionState value, from a valid integer.
Public methodToInt
Converts the InsertionState enum to its integer representing value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enumerative representing an insertion state depending on the device's position.

[Android Documentation]

See Also