Class NFCISO7816APDU

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class NFCISO7816APDU
extends NSObject
Since:
Available in iOS 13.0 and later.
  • Constructor Details

  • Method Details

    • getInstructionClass

      public byte getInstructionClass()
      Since:
      Available in iOS 13.0 and later.
    • getInstructionCode

      public byte getInstructionCode()
      Since:
      Available in iOS 13.0 and later.
    • getP1Parameter

      public byte getP1Parameter()
      Since:
      Available in iOS 13.0 and later.
    • getP2Parameter

      public byte getP2Parameter()
      Since:
      Available in iOS 13.0 and later.
    • getData

      public NSData getData()
      Since:
      Available in iOS 13.0 and later.
    • getExpectedResponseLength

      public long getExpectedResponseLength()
      Since:
      Available in iOS 13.0 and later.
    • init

      protected long init​(byte instructionClass, byte instructionCode, byte p1Parameter, byte p2Parameter, NSData data, long expectedResponseLength)
      Since:
      Available in iOS 13.0 and later.
    • init

      protected long init​(NSData data)
      Since:
      Available in iOS 13.0 and later.