Classes
The following classes are available globally.
-
Builder to assemble an instance of
HealthCardCommandwhich is holding aCommandTypeand a dictionary responseStatuses [UInt16: ResponseStatus].Note
This builder is extended by static convenience functions which provide fully configured instances ofHealthCardCommandBuilderfor 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
View on GitHub
Classes Reference