Class QR15


  • public class QR15
    extends ISOReader
    QR15 Plug-In Module
    Compact HF Plug-In Modul with integrated antenna and a read range of up to 70 mm
    Author:
    mn
    • Constructor Detail

      • QR15

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

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

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

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

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

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

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