Classes

The following classes are available globally.

  • Builder to assemble an instance of HealthCardCommand which is holding a CommandType and a dictionary responseStatuses [UInt16: ResponseStatus].

    Note

    This builder is extended by static convenience functions which provide fully configured instances of HealthCardCommandBuilder for their respective use cases (e.g. Select, Activate, …)

    Usage Example:

    let hcc: HealthCardCommand = try HealthCardCommandBuilder.Erase.eraseFileCommand().build()
    
    See more
  • HealthCard is the class that is used to bind the CardReaderProviderAPI channel to the HealthCardControl layer

    See more