Click or drag to resize

Failure Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleFailure

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

The Failure type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFailureBadLeverPosition
The slot's lever is not in the correct position.
Public propertyStatic memberFailureSolenoidOvertemperature
The locking solenoid is too hot and the lever cannot be controlled until temperature will be reduced.
Public propertyStatic memberFailureUnknown
No failure was detected.
Public propertyStatic memberFailureWlcEocTimeout
The device asked for an "end of power transmission" for too long.
Public propertyStatic memberFailureWlcFod
There is some metal object which prevents a successful wireless charge power transmission between the cradle and the device.
Public propertyStatic memberFailureWlcTx
The Cradle is experiencing a problem on WLC's TX and it cannot power to the device.
Public propertyStatic memberFailureWrongDaisyChainConfig
The current cradle's daisy chain configuration is not allowed.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding Failure value, from a valid integer.
Public methodToInt
Converts the Failure 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
This enum lists failures managed by the Cradle.

[Android Documentation]

See Also