Package com.metratec.lib.rfidreader.mf
Class QuasarMF
- java.lang.Object
-
- com.metratec.lib.rfidreader.ConnectableDevice
-
- com.metratec.lib.rfidreader.StandardReader
-
- com.metratec.lib.rfidreader.mf.MFReader
-
- com.metratec.lib.rfidreader.mf.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
-
-
Field Summary
-
Fields inherited from class com.metratec.lib.rfidreader.mf.MFReader
CARD_TYPE_MIFARE_1K, CARD_TYPE_MIFARE_4K, CARD_TYPE_MIFARE_DESFIRE, CARD_TYPE_MIFARE_ULTRALIGHT
-
Fields inherited from class com.metratec.lib.rfidreader.StandardReader
RESPONSE_ERROR_CER, RESPONSE_ERROR_LENGHT, RESPONSE_ERROR_NSS, RESPONSE_ERROR_TCE, RESPONSE_ERROR_TOE, RESPONSE_ERROR_TOR, RESPONSE_OK
-
Fields inherited from class com.metratec.lib.rfidreader.ConnectableDevice
STATE_CONFIGURING, STATE_CONNECTING, STATE_RUNNING, STATE_STOPPED, STATE_WAITING_FOR_RECONNECT
-
-
Constructor Summary
Constructors Constructor Description QuasarMF(String identifier, ICommConnection connection)
Creates a new UHFReader with the specified connection and reader modeQuasarMF(String identifier, String usbDeviceSerialNumber)
Creates a new UHFReader class for communicate with the specified metraTec usb uhf readerQuasarMF(String identifier, String ipAddress, int port)
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf readerQuasarMF(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
-
Method Summary
-
Methods inherited from class com.metratec.lib.rfidreader.mf.MFReader
authenticatedSector, authenticatedSector, close, disableRF, enableRF, getInventory, getInventoryOnlyNewTags, getTagData, getTagData, getTagData, getTagData, selectCard, setKeyToUse, setTagData
-
Methods inherited from class com.metratec.lib.rfidreader.StandardReader
disconnect, getCRCState, getEndOfFrameState, getFirmwareRevision, getHardwareRevision, getInput, getInputDebounceTime, getReaderType, getRevision, getSerialNumber, ping, reset, setAntennaPort, setEventListener, setInputDebounceTime, setOutput, standby, switchAntennas, wakeUp
-
Methods inherited from class com.metratec.lib.rfidreader.ConnectableDevice
connect, connect, getIdentifier, getReceiveTimeout, isConnected, setIdentifier, setMaxReconnectWaitTime, setMinReconnectWaitTime, setReceiveTimeout, start, start, stop
-
-
-
-
Constructor Detail
-
QuasarMF
public QuasarMF(String identifier, ICommConnection connection)
Creates a new UHFReader with the specified connection and reader mode- Parameters:
identifier
- reader identifierconnection
- 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 identifierusbDeviceSerialNumber
- 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 identifieripAddress
- ip address of the ethernet uhf readerport
- 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 identifierportName
- port on which the rs232 uhf reader is connectedbaudrate
- baudrate of the rs232 uhf readerdataBit
- rs232 databitsstopBit
- rs232 stopbitparity
- rs232 parityflowControl
- rs232 flowcontrol
-
-