Interface IReaderStatus

All Known Implementing Classes:
Readers

public interface IReaderStatus
This interface contains the information about the reader device
  • Method Details

    • USBDeviceAttached

      void USBDeviceAttached(String deviceName)
    • USBDeviceDeAttached

      void USBDeviceDeAttached(String deviceName)
    • readerAvailable

      void readerAvailable(String readerName)
    • readerDisappeared

      void readerDisappeared(String readerName)