Enum AfcError

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

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

    • AFC_E_SUCCESS

      public static final AfcError AFC_E_SUCCESS
    • AFC_E_UNKNOWN_ERROR

      public static final AfcError AFC_E_UNKNOWN_ERROR
    • AFC_E_OP_HEADER_INVALID

      public static final AfcError AFC_E_OP_HEADER_INVALID
    • AFC_E_NO_RESOURCES

      public static final AfcError AFC_E_NO_RESOURCES
    • AFC_E_READ_ERROR

      public static final AfcError AFC_E_READ_ERROR
    • AFC_E_WRITE_ERROR

      public static final AfcError AFC_E_WRITE_ERROR
    • AFC_E_UNKNOWN_PACKET_TYPE

      public static final AfcError AFC_E_UNKNOWN_PACKET_TYPE
    • AFC_E_INVALID_ARG

      public static final AfcError AFC_E_INVALID_ARG
    • AFC_E_OBJECT_NOT_FOUND

      public static final AfcError AFC_E_OBJECT_NOT_FOUND
    • AFC_E_OBJECT_IS_DIR

      public static final AfcError AFC_E_OBJECT_IS_DIR
    • AFC_E_PERM_DENIED

      public static final AfcError AFC_E_PERM_DENIED
    • AFC_E_SERVICE_NOT_CONNECTED

      public static final AfcError AFC_E_SERVICE_NOT_CONNECTED
    • AFC_E_OP_TIMEOUT

      public static final AfcError AFC_E_OP_TIMEOUT
    • AFC_E_TOO_MUCH_DATA

      public static final AfcError AFC_E_TOO_MUCH_DATA
    • AFC_E_END_OF_DATA

      public static final AfcError AFC_E_END_OF_DATA
    • AFC_E_OP_NOT_SUPPORTED

      public static final AfcError AFC_E_OP_NOT_SUPPORTED
    • AFC_E_OBJECT_EXISTS

      public static final AfcError AFC_E_OBJECT_EXISTS
    • AFC_E_OBJECT_BUSY

      public static final AfcError AFC_E_OBJECT_BUSY
    • AFC_E_NO_SPACE_LEFT

      public static final AfcError AFC_E_NO_SPACE_LEFT
    • AFC_E_OP_WOULD_BLOCK

      public static final AfcError AFC_E_OP_WOULD_BLOCK
    • AFC_E_IO_ERROR

      public static final AfcError AFC_E_IO_ERROR
    • AFC_E_OP_INTERRUPTED

      public static final AfcError AFC_E_OP_INTERRUPTED
    • AFC_E_OP_IN_PROGRESS

      public static final AfcError AFC_E_OP_IN_PROGRESS
    • AFC_E_INTERNAL_ERROR

      public static final AfcError AFC_E_INTERNAL_ERROR
    • AFC_E_MUX_ERROR

      public static final AfcError AFC_E_MUX_ERROR
    • AFC_E_NO_MEM

      public static final AfcError AFC_E_NO_MEM
    • AFC_E_NOT_ENOUGH_DATA

      public static final AfcError AFC_E_NOT_ENOUGH_DATA
    • AFC_E_DIR_NOT_EMPTY

      public static final AfcError AFC_E_DIR_NOT_EMPTY
    • AFC_E_FORCE_SIGNED_TYPE

      public static final AfcError AFC_E_FORCE_SIGNED_TYPE
  • Method Details

    • values

      public static AfcError[] 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 AfcError 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 AfcError swigToEnum​(int swigValue)