Class NFCISO15693CustomCommandConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • NFCISO15693CustomCommandConfiguration

      public NFCISO15693CustomCommandConfiguration()
    • NFCISO15693CustomCommandConfiguration

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

      protected NFCISO15693CustomCommandConfiguration​(NSObject.SkipInit skipInit)
    • NFCISO15693CustomCommandConfiguration

      public NFCISO15693CustomCommandConfiguration​(long manufacturerCode, long customCommandCode, NSData requestParameters)
      Since:
      Available in iOS 11.0 and later.
    • NFCISO15693CustomCommandConfiguration

      public NFCISO15693CustomCommandConfiguration​(long manufacturerCode, long customCommandCode, NSData requestParameters, long maximumRetries, double retryInterval)
      Since:
      Available in iOS 11.0 and later.
  • Method Details

    • getManufacturerCode

      public long getManufacturerCode()
      Since:
      Available in iOS 11.0 and later.
    • setManufacturerCode

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

      public long getCustomCommandCode()
      Since:
      Available in iOS 11.0 and later.
    • setCustomCommandCode

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

      public NSData getRequestParameters()
      Since:
      Available in iOS 11.0 and later.
    • setRequestParameters

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

      protected long init​(long manufacturerCode, long customCommandCode, NSData requestParameters)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(long manufacturerCode, long customCommandCode, NSData requestParameters, long maximumRetries, double retryInterval)
      Since:
      Available in iOS 11.0 and later.