Enum CBErrorCode

java.lang.Object
java.lang.Enum<CBErrorCode>
org.robovm.apple.corebluetooth.CBErrorCode
All Implemented Interfaces:
Serializable, Comparable<CBErrorCode>, NSErrorCode, ValuedEnum

public enum CBErrorCode
extends Enum<CBErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • Unknown

      public static final CBErrorCode Unknown
    • InvalidParameters

      public static final CBErrorCode InvalidParameters
    • InvalidHandle

      public static final CBErrorCode InvalidHandle
    • NotConnected

      public static final CBErrorCode NotConnected
    • OutOfSpace

      public static final CBErrorCode OutOfSpace
    • OperationCancelled

      public static final CBErrorCode OperationCancelled
    • ConnectionTimeout

      public static final CBErrorCode ConnectionTimeout
    • PeripheralDisconnected

      public static final CBErrorCode PeripheralDisconnected
    • UUIDNotAllowed

      public static final CBErrorCode UUIDNotAllowed
    • AlreadyAdvertising

      public static final CBErrorCode AlreadyAdvertising
    • ConnectionFailed

      public static final CBErrorCode ConnectionFailed
    • ConnectionLimitReached

      public static final CBErrorCode ConnectionLimitReached
      Since:
      Available in iOS 9.0 and later.
    • UnkownDevice

      @Deprecated public static final CBErrorCode UnkownDevice
      Deprecated.
      Deprecated in iOS 13.0. Use CBErrorUnknownDevice instead
      Since:
      Available in iOS 9.0 and later.
    • UnknownDevice

      public static final CBErrorCode UnknownDevice
      Since:
      Available in iOS 12.0 and later.
    • OperationNotSupported

      public static final CBErrorCode OperationNotSupported
      Since:
      Available in iOS 12.0 and later.
    • PeerRemovedPairingInformation

      public static final CBErrorCode PeerRemovedPairingInformation
      Since:
      Available in iOS 13.4 and later.
    • EncryptionTimedOut

      public static final CBErrorCode EncryptionTimedOut
      Since:
      Available in iOS 13.4 and later.
    • TooManyLEPairedDevices

      public static final CBErrorCode TooManyLEPairedDevices
      Since:
      Available in iOS 14.0 and later.
  • Method Details

    • values

      public static CBErrorCode[] 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 CBErrorCode valueOf​(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static CBErrorCode valueOf​(long n)
      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:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null