Class DeskID_MF


  • public class DeskID_MF
    extends MFReader
    DeskID Mifare
    The DeskID MF is an especially compact HF RFID reader and writer for office RFID applications with ISO14443 tags. Typical scenarios for using the DeskID MF are customer management applications (e.g. in the gym), and configuring of door access systems or customer cards based on the common protocols MIFARE Classic®, MIFARE Ultralight®
    Author:
    mn
    • Constructor Detail

      • DeskID_MF

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

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

        public DeskID_MF​(java.lang.String identifier,
                         java.lang.String portName,
                         int baudrate,
                         int dataBit,
                         int stopBit,
                         int parity,
                         int flowControl)
        Creates a new DeskID_MF class for communicate with the specified metraTec serial DeskID_MF
        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