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: Data
DSFID. Value of -1 will be returned if tag response does not contain the information.
public var dataStorageFormatIdentifier: Int
AFI. Value of -1 will be returned if tag response does not contain the information.
public var applicationFamilyIdentifier: Int
public var blockSize: Int
Total number of blocks. Value of -1 will be returned if tag response does not contain the information.
public var totalBlocks: Int
IC Reference. Value of -1 will be returned if tag response does not contain the information.
public var icReference: Int