HealthCardResponse
public struct HealthCardResponse
A struct holding an APDU response and its matching ResponseStatus
derived from the executed HealthCardCommand
.
Parameters: - apduResponse - responseStatus
-
ResponseType
holding the response data.Declaration
Swift
public let response: ResponseType
-
ResponseStatus
derived from the executedHealthCardCommand
and sw value of `ResponseTypeDeclaration
Swift
public let responseStatus: ResponseStatus