Class NFCISO15693CustomCommandConfiguration

    • Constructor Detail

      • 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)
      • NFCISO15693CustomCommandConfiguration

        public NFCISO15693CustomCommandConfiguration​(long manufacturerCode,
                                                     long customCommandCode,
                                                     NSData requestParameters,
                                                     long maximumRetries,
                                                     double retryInterval)
    • Method Detail

      • getManufacturerCode

        public long getManufacturerCode()
      • setManufacturerCode

        public void setManufacturerCode​(long v)
      • getCustomCommandCode

        public long getCustomCommandCode()
      • setCustomCommandCode

        public void setCustomCommandCode​(long v)
      • getRequestParameters

        public NSData getRequestParameters()
      • setRequestParameters

        public void setRequestParameters​(NSData v)
      • init

        protected long init​(long manufacturerCode,
                            long customCommandCode,
                            NSData requestParameters)
      • init

        protected long init​(long manufacturerCode,
                            long customCommandCode,
                            NSData requestParameters,
                            long maximumRetries,
                            double retryInterval)