HealthCardResponse

public struct HealthCardResponse

A struct holding an APDU response and its matching ResponseStatus derived from the executed HealthCardCommand.

Parameters: - apduResponse - responseStatus

  • Declaration

    Swift

    public var data: Data? { get }
  • nr

    Declaration

    Swift

    public var nr: Int { get }
  • sw1

    Declaration

    Swift

    public var sw1: UInt8 { get }
  • sw2

    Declaration

    Swift

    public var sw2: UInt8 { get }
  • sw

    Declaration

    Swift

    public var sw: UInt16 { get }