Click or drag to resize

Failure Class

This enum lists failures managed by the Cradle.
Inheritance Hierarchy
System.Object
Com.Datalogic.Cradle.Failure

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

The Failure type exposes the following members.

Properties
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding Failure value, from a valid integer.
Public methodToInt
Converts the Failure 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
This enum lists failures managed by the Cradle.

[Android Documentation]

See Also