Package com.metratec.lib.rfidreader.mf
Class DeskID_MF
- java.lang.Object
-
- com.metratec.lib.rfidreader.MetratecReader<T>
-
- com.metratec.lib.rfidreader.MetratecReaderGen1<MfTag>
-
- com.metratec.lib.rfidreader.mf.MFReader
-
- com.metratec.lib.rfidreader.mf.DeskID_MF
-
public class DeskID_MF extends MFReader
DeskID Mifare
The DeskID MF is an especially compact HF RFID reader and writer for office RFID applications with ISO14443 tags. Typical scenarios for using the DeskID MF are customer management applications (e.g. in the gym), and configuring of door access systems or customer cards based on the common protocols MIFARE Classic®, MIFARE Ultralight®- 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.MetratecReader
STATE_CONFIGURING, STATE_CONNECTING, STATE_RUNNING, STATE_STOPPED, STATE_WAITING_FOR_RECONNECT
-
-
Constructor Summary
Constructors Constructor Description DeskID_MF(java.lang.String identifier, ICommConnection connection)
Creates a new DeskID_MF with the specified connectionDeskID_MF(java.lang.String identifier, java.lang.String usbDeviceSerialNumber)
Creates a new DeskID_MF class for communicate with the specified metraTec usb DeskID_MFDeskID_MF(java.lang.String identifier, java.lang.String portName, int baudrate, int dataBit, int stopBit, int parity, int flowControl)
Creates a new DeskID_MF class for communicate with the specified metraTec serial DeskID_MF
-
Method Summary
-
Methods inherited from class com.metratec.lib.rfidreader.mf.MFReader
authenticatedSector, authenticatedSector, close, disableRF, enableRF, getInventory, getInventoryOnlyNewTags, getTagData, getTagData, getTagData, getTagData, scanInventory, scanInventory, selectCard, setAntennaPort, setKeyToUse, setMultiplexAntennas, setPower, setTagData, stopInventory
-
Methods inherited from class com.metratec.lib.rfidreader.MetratecReaderGen1
getCRCState, getEndOfFrameState, getFirmwareRevision, getHardwareRevision, getInput, getReaderType, getRevision, getSerialNumber, ping, reset, scanInventory, setOutput, standby, startInventory, stop, wakeUp
-
Methods inherited from class com.metratec.lib.rfidreader.MetratecReader
connect, connect, disconnect, getIdentifier, getInputDebounceTime, getReceiveTimeout, isConnected, setIdentifier, setInputDebounceTime, setMaxReconnectWaitTime, setMinReconnectWaitTime, setReaderEventListener, setReceiveTimeout, setTagEventListener, start, start, startAndWait, startAndWait, startInventory
-
-
-
-
Constructor Detail
-
DeskID_MF
public DeskID_MF(java.lang.String identifier, ICommConnection connection)
Creates a new DeskID_MF with the specified connection- Parameters:
identifier
- reader identifierconnection
- the communication interface (instance ofICommConnection
)
-
DeskID_MF
public DeskID_MF(java.lang.String identifier, java.lang.String usbDeviceSerialNumber)
Creates a new DeskID_MF class for communicate with the specified metraTec usb DeskID_MF- Parameters:
identifier
- reader identifierusbDeviceSerialNumber
- serial number of the usb reader
-
DeskID_MF
public DeskID_MF(java.lang.String identifier, java.lang.String portName, int baudrate, int dataBit, int stopBit, int parity, int flowControl)
Creates a new DeskID_MF class for communicate with the specified metraTec serial DeskID_MF- Parameters:
identifier
- reader identifierportName
- port on which the rs232 reader is connectedbaudrate
- baudrate of the rs232 readerdataBit
- rs232 databitsstopBit
- rs232 stopbitparity
- rs232 parityflowControl
- rs232 flowcontrol
-
-