ISO15693SystemInfo - treastrain/TRETJapanNFCReader GitHub Wiki
Response of Get System Info commnad.
public struct ISO15693SystemInfo: Codable Codable
init(uniqueIdentifier:dataStorageFormatIdentifier:applicationFamilyIdentifier:blockSize:totalBlocks:icReference:)
public init(uniqueIdentifier: Data, dataStorageFormatIdentifier: Int, applicationFamilyIdentifier: Int, blockSize: Int, totalBlocks: Int, icReference: Int) os(iOS) && !targetEnvironment(macCatalyst)-
@available(iOS 14.0, *) public init(from coreNFCInstance: CoreNFC.NFCISO15693SystemInfo)
UID.
public var uniqueIdentifier: DataDSFID. Value of -1 will be returned if tag response does not contain the information.
public var dataStorageFormatIdentifier: IntAFI. Value of -1 will be returned if tag response does not contain the information.
public var applicationFamilyIdentifier: Intpublic var blockSize: IntTotal number of blocks. Value of -1 will be returned if tag response does not contain the information.
public var totalBlocks: IntIC Reference. Value of -1 will be returned if tag response does not contain the information.
public var icReference: Int