Class QuasarMF


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

      • QuasarMF

        public QuasarMF​(String identifier,
                        ICommConnection connection)
        Creates a new UHFReader with the specified connection and reader mode
        Parameters:
        identifier - reader identifier
        connection - connection
      • QuasarMF

        public QuasarMF​(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
      • QuasarMF

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

        public QuasarMF​(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