-
Notifications
You must be signed in to change notification settings - Fork 34
ISO15693SystemInfo
treastrain edited this page May 5, 2021
·
1 revision
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
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.