Package com.metratec.lib.rfidreader.mf
Class Dwarf14
- 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.Dwarf14
-
public class Dwarf14 extends MFReader
Dwarf14 HF SMD Module
One of the smallest Mifare RFID modules in the world for direct SMD soldering- 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 Dwarf14(java.lang.String identifier, ICommConnection connection)
Creates a new Dwarf14 with the specified connectionDwarf14(java.lang.String identifier, java.lang.String usbDeviceSerialNumber)
Creates a new Dwarf14 class for communicate with the specified metraTec usb Dwarf14Dwarf14(java.lang.String identifier, java.lang.String ipAddress, int port)
Creates a new Dwarf14 class for communicate with the specified metraTec ethernet Dwarf14Dwarf14(java.lang.String identifier, java.lang.String portName, int baudrate, int dataBit, int stopBit, int parity, int flowControl)
Creates a new Dwarf14 class for communicate with the specified metraTec serial Dwarf14
-
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
-
Dwarf14
public Dwarf14(java.lang.String identifier, ICommConnection connection)
Creates a new Dwarf14 with the specified connection- Parameters:
identifier
- reader identifierconnection
- the communication interface (instance ofICommConnection
)
-
Dwarf14
public Dwarf14(java.lang.String identifier, java.lang.String usbDeviceSerialNumber)
Creates a new Dwarf14 class for communicate with the specified metraTec usb Dwarf14- Parameters:
identifier
- reader identifierusbDeviceSerialNumber
- serial number of the usb reader
-
Dwarf14
public Dwarf14(java.lang.String identifier, java.lang.String ipAddress, int port)
Creates a new Dwarf14 class for communicate with the specified metraTec ethernet Dwarf14- Parameters:
identifier
- reader identifieripAddress
- ip address of the ethernet readerport
- port of the ethernet reader
-
Dwarf14
public Dwarf14(java.lang.String identifier, java.lang.String portName, int baudrate, int dataBit, int stopBit, int parity, int flowControl)
Creates a new Dwarf14 class for communicate with the specified metraTec serial Dwarf14- 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
-
-