Status

public struct Status

Command representing Get Pin Status Command gemSpec_COS#14.6.4

  • Get Pin Status command parameters

    Declaration

    Swift

    public typealias GetPinStatusParameter = (password: Password, dfSpecific: Bool)

    Parameters

    password

    The password object to get the status for

    dfSpecific

    whether or not the password object specifies a Global or DF-specific. true = DF-Specific, false = global

  • Use case Get Pin Status gemSpec_COS#14.6.4.1

    Declaration

    Swift

    public static func status(for parameter: GetPinStatusParameter) -> HealthCardCommand

    Parameters

    parameter

    the arguments for the Get Pin Status command

    Return Value

    Command for a Get Pin Status command