Class NFCTagCommandConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
NFCISO15693CustomCommandConfiguration, NFCISO15693ReadMultipleBlocksConfiguration

public class NFCTagCommandConfiguration
extends NSObject
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • NFCTagCommandConfiguration

      public NFCTagCommandConfiguration()
    • NFCTagCommandConfiguration

      protected NFCTagCommandConfiguration​(NSObject.Handle h, long handle)
    • NFCTagCommandConfiguration

      protected NFCTagCommandConfiguration​(NSObject.SkipInit skipInit)
  • Method Details

    • getMaximumRetries

      public long getMaximumRetries()
      Since:
      Available in iOS 11.0 and later.
    • setMaximumRetries

      public void setMaximumRetries​(long v)
      Since:
      Available in iOS 11.0 and later.
    • getRetryInterval

      public double getRetryInterval()
      Since:
      Available in iOS 11.0 and later.
    • setRetryInterval

      public void setRetryInterval​(double v)
      Since:
      Available in iOS 11.0 and later.