Interface ReaderConfiguratorSpi


public interface ReaderConfiguratorSpi
Reader configurator used to set up a new card reader connected with its specific settings.

Note: since it depends on the type of reader, only the application developer knows what settings to apply to the readers implemented by the Card Resource Service in order for them to be fully operational.

Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setupReader(org.eclipse.keypop.reader.CardReader reader)
    Invoked when a new card reader is connected and accepted by at least one card resource profile.
  • Method Details

    • setupReader

      void setupReader(org.eclipse.keypop.reader.CardReader reader)
      Invoked when a new card reader is connected and accepted by at least one card resource profile.

      The setup is required for some specific readers and must be done first.

      Parameters:
      reader - The reader to set up.
      Since:
      2.0.0