HealthCardCommandBuilder

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()