HealthCardCommandType
-
Returns a dictionary mapping from UInt16 status codes (e.g. 0x9000) to its command context specific
ResponseStatuses. -
responseStatus(from:Extension method) Returns context specific
ResponseStatusfrom a UInt16 code (like 0x9000, 0x6400, …) -
publisher(for:Extension methodwriteTimeout: readTimeout: ) Execute the command on a given card
Note
the Publisher itself is not yet executed. You have to subscribe to it using aCombine.Subscriber
View on GitHub
HealthCardCommandType Protocol Reference