Click or drag to resize

LeverStatus Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleLeverStatus

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

The LeverStatus type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberLeverStatusClose
Cradle lever close.
Public propertyStatic memberLeverStatusNotSupported
Cradle lever not supported.
Public propertyStatic memberLeverStatusOpen
Cradle lever open.
Public propertyStatic memberLeverStatusUnknown
Unknown Cradle lever status.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding LeverStatus value, from a valid integer.
Public methodToInt
Converts the LeverStatus 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 Lever status.

[Android Documentation]

See Also