Skip to content

FeliCaRequsetServiceV2Response

treastrain edited this page May 5, 2021 · 1 revision

FeliCaRequsetServiceV2Response

Response from Request Service V2 command.

public struct FeliCaRequsetServiceV2Response: Codable 

Inheritance

Codable

Initializers

init(statusFlag1:statusFlag2:encryptionIdentifier:nodeKeyVersionListAES:nodeKeyVersionListDES:)

public init(statusFlag1: Int, statusFlag2: Int, encryptionIdentifier: FeliCaEncryptionId, nodeKeyVersionListAES: [Data]?, nodeKeyVersionListDES: [Data]?) 

init(from:)

os(iOS) && !targetEnvironment(macCatalyst)
@available(iOS 14.0, *)
    public init(from coreNFCInstance: CoreNFC.NFCFeliCaRequsetServiceV2Response) 

Properties

statusFlag1

Status flag 1.

public var statusFlag1: Int

statusFlag2

Status flag 2.

public var statusFlag2: Int

encryptionIdentifier

Encryption identifier.

public var encryptionIdentifier: FeliCaEncryptionId

nodeKeyVersionListAES

Node key version list for AES.

public var nodeKeyVersionListAES: [Data]?

nodeKeyVersionListDES

Node key version list for DES.

public var nodeKeyVersionListDES: [Data]?
Clone this wiki locally