Class QR14


  • public class QR14
    extends MFReader
    QR14 Plug-In Module
    Compact Mifare Plug-In Module with integrated Antenna and a read range of up to 50 mm
    Author:
    mn
    • Constructor Detail

      • QR14

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

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

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

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