Package apple.corenfc

Class NFCISO15693ReaderSession

  • All Implemented Interfaces:
    NFCReaderSession, NSObject

    public class NFCISO15693ReaderSession
    extends NFCReaderSession
    NFCISO15693ReaderSession Reader session for processing ISO15693 tags. @link [NFCReaderSessionDelegate readerSession:didDetectTags:] @link/ will return tag objects that are conformed to the NFCISO15693Tag protocol. This session requires the "com.apple.developer.nfc.readersession.formats" entitlement in your process. NOTE: Only one NFCReaderSession can be active at any time in the system. Subsequent opened sessions will get queued up and processed by the system in FIFO order. The NFCISO15693 tag object returned by this session will only respond to the legacy APIs that are introducted in iOS11.
    • Constructor Detail

      • NFCISO15693ReaderSession

        protected NFCISO15693ReaderSession​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • initWithDelegateQueue

        public NFCISO15693ReaderSession initWithDelegateQueue​(NFCReaderSessionDelegate delegate,
                                                              NSObject queue)
        initWithQueue:
        Parameters:
        delegate - The session will hold a weak ARC reference to this @link NFCReaderSessionDelegate @link/ object.
        queue - A dispatch queue where NFCReaderSessionDelegate delegate callbacks will be dispatched to. A nil value will cause the creation of a serial dispatch queue internally for the session. The session object will retain the provided dispatch queue.
        Returns:
        A new NFCISO15693ReaderSession instance.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • readingAvailable

        public static boolean readingAvailable()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • restartPolling

        public void restartPolling()
        restartPolling Restart the polling sequence in this session to discover new tags. Tags that are returned previously by @link [NFCReaderSessionDelegate readerSession:didDetectTags:]
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()