Enum NFCReaderError

    • Enum Constant Detail

      • ReaderErrorUnsupportedFeature

        public static final NFCReaderError ReaderErrorUnsupportedFeature
      • ReaderErrorSecurityViolation

        public static final NFCReaderError ReaderErrorSecurityViolation
      • ReaderTransceiveErrorTagConnectionLost

        public static final NFCReaderError ReaderTransceiveErrorTagConnectionLost
      • ReaderTransceiveErrorRetryExceeded

        public static final NFCReaderError ReaderTransceiveErrorRetryExceeded
      • ReaderTransceiveErrorTagResponseError

        public static final NFCReaderError ReaderTransceiveErrorTagResponseError
      • ReaderSessionInvalidationErrorUserCanceled

        public static final NFCReaderError ReaderSessionInvalidationErrorUserCanceled
      • ReaderSessionInvalidationErrorSessionTimeout

        public static final NFCReaderError ReaderSessionInvalidationErrorSessionTimeout
      • ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly

        public static final NFCReaderError ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly
      • ReaderSessionInvalidationErrorSystemIsBusy

        public static final NFCReaderError ReaderSessionInvalidationErrorSystemIsBusy
      • ReaderSessionInvalidationErrorFirstNDEFTagRead

        public static final NFCReaderError ReaderSessionInvalidationErrorFirstNDEFTagRead
      • TagCommandConfigurationErrorInvalidParameters

        public static final NFCReaderError TagCommandConfigurationErrorInvalidParameters
    • Method Detail

      • values

        public static NFCReaderError[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (NFCReaderError c : NFCReaderError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NFCReaderError 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
      • getClassDomain

        public static java.lang.String getClassDomain()
        Since:
        Available in iOS 11.0 and later.
      • ISO15693TagResponseErrorKey

        public static NSString ISO15693TagResponseErrorKey()
        Since:
        Available in iOS 11.0 and later.
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static NFCReaderError 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null