Enum ReaderType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ReaderType>

    public enum ReaderType
    extends java.lang.Enum<ReaderType>
    Enum with available Reader Types
    Author:
    man
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DESKID_ISO
      DeskID ISO
      HF Reader with USB interface for use on the desktop or other office environment.
      DESKID_MIFARE
      DeskID Mifare
      Mifare Reader with USB interface for use on the desktop or other office environment.
      DESKID_UHF
      DeskID UHF
      RFID UHF Reader with USB interface for use on a desktop or other office environment.
      DWARF14
      Dwarf14 HF SMD Module
      One of the smallest Mifare RFID modules in the world for direct SMD soldering
      DWARF15
      Dwarf15 HF SMD Module
      One of the smallest HF RFID modules in the world for direct SMD soldering
      DWARFG2
      DwarfG2 UHF SMD Module
      A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector
      DWARFG2_MINI
      DwarfG2 Mini UHF SMD Module
      A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector
      PULSAR_LR
      PulsarLR UHF Long Range Reader
      .
      PULSAR_MX
      PulsarMX UHF Mid Range Reader
      The PulsarMX UHF Mid Range Rader is a compact and cost-effective UHF RFID Reader for a medium read range of up to 5 m
      QR14
      QR14 Plug-In Module
      Compact Mifare Plug-In Module with integrated Antenna and a read range of up to 50 mm
      QR15
      QR15 Plug-In Module
      Compact HF Plug-In Modul with integrated antenna and a read range of up to 70 mm
      QUASAR_MIFARE
      QuasarMF Mifare Reader
      The only RFID Mifare Reader in the world with Ethernet connection and optically isolated Inputs/Outputs to control a multiplexer or other industrial equipment
      QUASAR_MX
      QuasarMX Industrial HF Reader/Writer
      An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate
      QuasarLR
      QuasarMX Industrial HF Reader/Writer
      An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate
      UNKNOWN
      the reader type is unknown
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFirmwareName()  
      int getFirmwareRevision()  
      void setFirmwareRevision​(int firmwareRevision)
      Set the firmware revision
      static ReaderType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static ReaderType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • DESKID_ISO

        public static final ReaderType DESKID_ISO
        DeskID ISO
        HF Reader with USB interface for use on the desktop or other office environment. Reads transponder according to ISO 15693 Protocol as well as custom commands (e.g. KSW VarioSense).
      • QUASAR_MX

        public static final ReaderType QUASAR_MX
        QuasarMX Industrial HF Reader/Writer
        An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate
      • QuasarLR

        public static final ReaderType QuasarLR
        QuasarMX Industrial HF Reader/Writer
        An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate
      • DWARF15

        public static final ReaderType DWARF15
        Dwarf15 HF SMD Module
        One of the smallest HF RFID modules in the world for direct SMD soldering
      • QR15

        public static final ReaderType QR15
        QR15 Plug-In Module
        Compact HF Plug-In Modul with integrated antenna and a read range of up to 70 mm
      • DESKID_UHF

        public static final ReaderType DESKID_UHF
        DeskID UHF
        RFID UHF Reader with USB interface for use on a desktop or other office environment. Reads tags according to the EPC Class 1 Gen 2 Standard at 868 MHz (ETSI, EU).
      • PULSAR_MX

        public static final ReaderType PULSAR_MX
        PulsarMX UHF Mid Range Reader
        The PulsarMX UHF Mid Range Rader is a compact and cost-effective UHF RFID Reader for a medium read range of up to 5 m
      • PULSAR_LR

        public static final ReaderType PULSAR_LR
        PulsarLR UHF Long Range Reader
        . The PulsarLR UHF Long Range Reader is a compact and cost-effective UHF RFID Reader.
      • DWARFG2

        public static final ReaderType DWARFG2
        DwarfG2 UHF SMD Module
        A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector
      • DWARFG2_MINI

        public static final ReaderType DWARFG2_MINI
        DwarfG2 Mini UHF SMD Module
        A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector
      • DESKID_MIFARE

        public static final ReaderType DESKID_MIFARE
        DeskID Mifare
        Mifare Reader with USB interface for use on the desktop or other office environment. Reads transponders according to the Mifare Standard (Mifare Classic, Mifare Ultralight, Mifare Plus)
      • QUASAR_MIFARE

        public static final ReaderType QUASAR_MIFARE
        QuasarMF Mifare Reader
        The only RFID Mifare Reader in the world with Ethernet connection and optically isolated Inputs/Outputs to control a multiplexer or other industrial equipment
      • DWARF14

        public static final ReaderType DWARF14
        Dwarf14 HF SMD Module
        One of the smallest Mifare RFID modules in the world for direct SMD soldering
      • QR14

        public static final ReaderType QR14
        QR14 Plug-In Module
        Compact Mifare Plug-In Module with integrated Antenna and a read range of up to 50 mm
      • UNKNOWN

        public static final ReaderType UNKNOWN
        the reader type is unknown
    • Method Detail

      • values

        public static ReaderType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ReaderType c : ReaderType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ReaderType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getFirmwareName

        public java.lang.String getFirmwareName()
        Returns:
        the firmwareName
      • getFirmwareRevision

        public int getFirmwareRevision()
        Returns:
        the firmware revision
      • setFirmwareRevision

        public void setFirmwareRevision​(int firmwareRevision)
        Set the firmware revision
        Parameters:
        firmwareRevision - firmware revision