Class Dwarf14


  • public class Dwarf14
    extends MFReader
    Dwarf14 HF SMD Module
    One of the smallest Mifare RFID modules in the world for direct SMD soldering
    Author:
    mn
    • Constructor Detail

      • Dwarf14

        public Dwarf14​(java.lang.String identifier,
                       ICommConnection connection)
        Creates a new Dwarf14 with the specified connection
        Parameters:
        identifier - reader identifier
        connection - the communication interface (instance of ICommConnection)
      • Dwarf14

        public Dwarf14​(java.lang.String identifier,
                       java.lang.String usbDeviceSerialNumber)
        Creates a new Dwarf14 class for communicate with the specified metraTec usb Dwarf14
        Parameters:
        identifier - reader identifier
        usbDeviceSerialNumber - serial number of the usb reader
      • Dwarf14

        public Dwarf14​(java.lang.String identifier,
                       java.lang.String ipAddress,
                       int port)
        Creates a new Dwarf14 class for communicate with the specified metraTec ethernet Dwarf14
        Parameters:
        identifier - reader identifier
        ipAddress - ip address of the ethernet reader
        port - port of the ethernet reader
      • Dwarf14

        public Dwarf14​(java.lang.String identifier,
                       java.lang.String portName,
                       int baudrate,
                       int dataBit,
                       int stopBit,
                       int parity,
                       int flowControl)
        Creates a new Dwarf14 class for communicate with the specified metraTec serial Dwarf14
        Parameters:
        identifier - reader identifier
        portName - port on which the rs232 reader is connected
        baudrate - baudrate of the rs232 reader
        dataBit - rs232 databits
        stopBit - rs232 stopbit
        parity - rs232 parity
        flowControl - rs232 flowcontrol