Classes
The following classes are available globally.
-
Builder to assemble an instance of
HealthCardCommand
which is holding aCommandType
and a dictionary responseStatuses [UInt16: ResponseStatus].Note
This builder is extended by static convenience functions which provide fully configured instances ofHealthCardCommandBuilder
for their respective use cases (e.g. Select, Activate, …)Usage Example:
See morelet hcc: HealthCardCommand = try HealthCardCommandBuilder.Erase.eraseFileCommand().build()
-
HealthCard is the class that is used to bind the CardReaderProviderAPI channel to the HealthCardControl layer
See more