Class NFCISO15693ReadMultipleBlocksConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • NFCISO15693ReadMultipleBlocksConfiguration

      public NFCISO15693ReadMultipleBlocksConfiguration()
    • NFCISO15693ReadMultipleBlocksConfiguration

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

      protected NFCISO15693ReadMultipleBlocksConfiguration​(NSObject.SkipInit skipInit)
    • NFCISO15693ReadMultipleBlocksConfiguration

      public NFCISO15693ReadMultipleBlocksConfiguration​(NSRange range, long chunkSize)
      Since:
      Available in iOS 11.0 and later.
    • NFCISO15693ReadMultipleBlocksConfiguration

      public NFCISO15693ReadMultipleBlocksConfiguration​(NSRange range, long chunkSize, long maximumRetries, double retryInterval)
      Since:
      Available in iOS 11.0 and later.
  • Method Details

    • getRange

      public NSRange getRange()
      Since:
      Available in iOS 11.0 and later.
    • setRange

      public void setRange​(NSRange v)
      Since:
      Available in iOS 11.0 and later.
    • getChunkSize

      public long getChunkSize()
      Since:
      Available in iOS 11.0 and later.
    • setChunkSize

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

      protected long init​(NSRange range, long chunkSize)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(NSRange range, long chunkSize, long maximumRetries, double retryInterval)
      Since:
      Available in iOS 11.0 and later.