Enum CBATTErrorCode

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

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

    • Success

      public static final CBATTErrorCode Success
    • InvalidHandle

      public static final CBATTErrorCode InvalidHandle
    • ReadNotPermitted

      public static final CBATTErrorCode ReadNotPermitted
    • WriteNotPermitted

      public static final CBATTErrorCode WriteNotPermitted
    • InvalidPdu

      public static final CBATTErrorCode InvalidPdu
    • InsufficientAuthentication

      public static final CBATTErrorCode InsufficientAuthentication
    • RequestNotSupported

      public static final CBATTErrorCode RequestNotSupported
    • InvalidOffset

      public static final CBATTErrorCode InvalidOffset
    • InsufficientAuthorization

      public static final CBATTErrorCode InsufficientAuthorization
    • PrepareQueueFull

      public static final CBATTErrorCode PrepareQueueFull
    • AttributeNotFound

      public static final CBATTErrorCode AttributeNotFound
    • AttributeNotLong

      public static final CBATTErrorCode AttributeNotLong
    • InsufficientEncryptionKeySize

      public static final CBATTErrorCode InsufficientEncryptionKeySize
    • InvalidAttributeValueLength

      public static final CBATTErrorCode InvalidAttributeValueLength
    • UnlikelyError

      public static final CBATTErrorCode UnlikelyError
    • InsufficientEncryption

      public static final CBATTErrorCode InsufficientEncryption
    • UnsupportedGroupType

      public static final CBATTErrorCode UnsupportedGroupType
    • InsufficientResources

      public static final CBATTErrorCode InsufficientResources
  • Method Details

    • values

      public static CBATTErrorCode[] 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 CBATTErrorCode 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 CBATTErrorCode 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