Protocols
The following protocols are available globally.
- 
                    
                    
General card communications protocol
See moreDeclaration
Swift
public protocol CardChannelType 
- 
                    
                    
SmartCard Application Protocol Data Unit - Command
See moreDeclaration
Swift
public protocol CommandType 
- 
                    
                    
SmartCard Application Protocol Data Unit - Response
See moreDeclaration
Swift
public protocol ResponseType 
- 
                    
                    
Card Reader Provider information
See moreDeclaration
Swift
@objc public protocol ProviderDescriptorType 
- 
                    
                    
The
See moreCardReaderProviderTypeprotocol serves as the gateway for third-party CardReaderController adapters/drivers to register their implementations for CardReaderController(s) and/or CardReaderProvider(s) within the HealthCardAccess domain.Declaration
Swift
@objc public protocol CardReaderProviderType 
- 
                    
                    
General card reader representation.
A card reader represents only one (logical) slot, when a CardReader supports multiple cards at the same time it needs to provide a CardReaderType for each slot.
See moreDeclaration
Swift
public protocol CardReaderType : AnyObject