Click or drag to resize

Type Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleType

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

The Type type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberTypeJt22Multiple
Cradle JT22 with multiple slots.
Public propertyStatic memberTypeJt22Simplified
Cradle JT22 simplified.
Public propertyStatic memberTypeJt22Single
Cradle JT22 with single slot.
Public propertyStatic memberTypeMultiple
Cradle with multiple slots.
Public propertyStatic memberTypeSimplified
Cradle Simplified.
Public propertyStatic memberTypeSingle
Cradle with single slot.
Public propertyStatic memberTypeSx53sdWired
Cradle X5 with multiple slots wired.
Public propertyStatic memberTypeSx53sdWireless
Cradle X5 with multiple slots wireless.
Public propertyStatic memberTypeSx53sdWirelessLocking
Cradle X5 with locking multiple slots wireless.
Public propertyStatic memberTypeSx5SsdWired
Cradle X5 single slot wired.
Public propertyStatic memberTypeSx5SsdWireless
Cradle X5 single slot wireless.
Public propertyStatic memberTypeUnknown
Unknown Cradle type.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding Type value, from a valid integer.
Public methodToInt
Converts the Type 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 Cradle type.

[Android Documentation]

See Also