Protocols

The following protocols are available globally.

  • General card representation

    See more

    Declaration

    Swift

    public protocol CardType
  • SmartCard Application Protocol Data Unit - Command

    See more

    Declaration

    Swift

    public protocol CommandType
  • SmartCard Application Protocol Data Unit - Response

    See more

    Declaration

    Swift

    public protocol ResponseType
  • The CardReaderProviderType protocol 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.

    See more

    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 more

    Declaration

    Swift

    public protocol CardReaderType : AnyObject