Overview
-
A class responsible for reading and authenticating NFC passport data.
This class represent the entrypoint for the NFCPassportReader package and if reading is performed successfully, it returns data as
NFCPassportModel
that allows the access to the info read smartly.See also
NFCPassportModel
Declaration
Swift
public final class NFCPassportReader : NSObject
extension NFCPassportReader: NFCTagReaderSessionDelegate
-
Declaration
Swift
public struct NFCPassportModel
-
Represents the response from an APDU (Application Protocol Data Unit) command.
See moreDeclaration
Swift
internal struct APDUResponse
-
A class for reading data from and communicating with an NFC ISO7816 tag through APDU (Application Protocol Data Unit) commands.
See moreDeclaration
Swift
internal final class TagReader