Class DeskID_MF


  • public class DeskID_MF
    extends MFReader
    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)
    Author:
    mn
    • Constructor Detail

      • DeskID_MF

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

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