FeliCaRequsetServiceV2Response - treastrain/TRETJapanNFCReader GitHub Wiki
Response from Request Service V2 command.
public struct FeliCaRequsetServiceV2Response: Codable Codable
public init(statusFlag1: Int, statusFlag2: Int, encryptionIdentifier: FeliCaEncryptionId, nodeKeyVersionListAES: [Data]?, nodeKeyVersionListDES: [Data]?) os(iOS) && !targetEnvironment(macCatalyst)-
@available(iOS 14.0, *) public init(from coreNFCInstance: CoreNFC.NFCFeliCaRequsetServiceV2Response)
Status flag 1.
public var statusFlag1: IntStatus flag 2.
public var statusFlag2: IntEncryption identifier.
public var encryptionIdentifier: FeliCaEncryptionIdNode key version list for AES.
public var nodeKeyVersionListAES: [Data]?Node key version list for DES.
public var nodeKeyVersionListDES: [Data]?