Enum IDeviceError

java.lang.Object
java.lang.Enum<IDeviceError>
org.robovm.libimobiledevice.binding.IDeviceError
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IDeviceError>

public enum IDeviceError
extends java.lang.Enum<IDeviceError>
  • Enum Constant Details

    • IDEVICE_E_SUCCESS

      public static final IDeviceError IDEVICE_E_SUCCESS
    • IDEVICE_E_INVALID_ARG

      public static final IDeviceError IDEVICE_E_INVALID_ARG
    • IDEVICE_E_UNKNOWN_ERROR

      public static final IDeviceError IDEVICE_E_UNKNOWN_ERROR
    • IDEVICE_E_NO_DEVICE

      public static final IDeviceError IDEVICE_E_NO_DEVICE
    • IDEVICE_E_NOT_ENOUGH_DATA

      public static final IDeviceError IDEVICE_E_NOT_ENOUGH_DATA
    • IDEVICE_E_SSL_ERROR

      public static final IDeviceError IDEVICE_E_SSL_ERROR
    • IDEVICE_E_TIMEOUT

      public static final IDeviceError IDEVICE_E_TIMEOUT
  • Method Details

    • values

      public static IDeviceError[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static IDeviceError valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • swigValue

      public final int swigValue()
    • swigToEnum

      public static IDeviceError swigToEnum​(int swigValue)