Package apple.corenfc

Class NFCISO15693CustomCommandConfiguration

  • All Implemented Interfaces:
    NSCopying, NSObject

    public class NFCISO15693CustomCommandConfiguration
    extends NFCTagCommandConfiguration
    NFCISO15693CustomCommandConfiguration Configuration options for the Manufacturer Custom command.
    • Constructor Detail

      • NFCISO15693CustomCommandConfiguration

        protected NFCISO15693CustomCommandConfiguration​(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()
      • customCommandCode

        public long customCommandCode()
        Manufacturer Custom Command Index. Valid range is 0xA0 to 0xDF.
      • 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()
      • initWithManufacturerCodeCustomCommandCodeRequestParameters

        public NFCISO15693CustomCommandConfiguration initWithManufacturerCodeCustomCommandCodeRequestParameters​(long manufacturerCode,
                                                                                                                long customCommandCode,
                                                                                                                NSData requestParameters)
        initWithManufacturerCode:customCommandCode:requestParameters: Initialize with default zero maximum retry and zero retry interval.
        Parameters:
        manufacturerCode - 8 bits manufacturer code.
        customCommandCode - 8 bits custom command code. Valid range is 0xA0 to 0xDF.
        requestParameters - Optional custom request parameters.
      • initWithManufacturerCodeCustomCommandCodeRequestParametersMaximumRetriesRetryInterval

        public NFCISO15693CustomCommandConfiguration initWithManufacturerCodeCustomCommandCodeRequestParametersMaximumRetriesRetryInterval​(long manufacturerCode,
                                                                                                                                           long customCommandCode,
                                                                                                                                           NSData requestParameters,
                                                                                                                                           long maximumRetries,
                                                                                                                                           double retryInterval)
        initWithManufacturerCode:customCommandCode:requestParameters:maximumRetries:retryInterval:
        Parameters:
        manufacturerCode - 8 bits manufacturer code.
        customCommandCode - 8 bits custom command code. Valid range is 0xA0 to 0xDF.
        requestParameters - Optional custom request parameters.
        maximumRetries - Maximum number of retry attempt when tag response is not recevied.
        retryInterval - Time interval wait between each retry attempt.
      • 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)
      • manufacturerCode

        public long manufacturerCode()
        Manufacturer code. Valid range is 0x00 to 0xFF.
      • new_objc

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

        public NSData requestParameters()
        Custom request data.
      • resolveClassMethod

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

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

        public void setCustomCommandCode​(long value)
        Manufacturer Custom Command Index. Valid range is 0xA0 to 0xDF.
      • setManufacturerCode

        public void setManufacturerCode​(long value)
        Manufacturer code. Valid range is 0x00 to 0xFF.
      • setRequestParameters

        public void setRequestParameters​(NSData value)
        Custom request data.
      • 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()