Uses of Class
com.datecs.api.rfid.RFIDException

Packages that use RFIDException
com.datecs.api.rfid   
 

Uses of RFIDException in com.datecs.api.rfid
 

Methods in com.datecs.api.rfid that throw RFIDException
 void ISO14443Card.authenticate(char type, int address, byte[] key)
          Authenticate mifare card block with direct key data.
 void ISO14443Card.authenticate(char type, int address, int keyIndex)
          Authenticate mifare card block with previously stored key.
 void STSRICard.completion()
          Card completion.
 void RC663.disable()
          Powers on the RF card reader module and release associated resources.
 void RC663.enable()
          Initializes and powers on the RF card reader module.
 byte[] ISO15693Card.getBlocksSecurityStatus(int startBlock, int blocks)
          Reads the security status of one more more blocks from ISO 15693 card.
 byte[] STSRICard.getUID()
          Get UID.
 void ISO14443Card.loadKey(int keyIndex, char type, byte[] key)
          Store key in the internal module memory for later use.
 void ISO15693Card.lockAFI()
          Locks ISO 15693 AFI preventing further changes.
 void ISO15693Card.lockBlock(int block)
          Locks a single ISO 15693 card block.
 void ISO15693Card.lockDSFID()
          Locks ISO 15693 card DSFID preventing further changes.
 byte[] ISO15693Card.read(int startBlock, int blocks)
          Reads one more more blocks of data from ISO 15693 card.
 byte[] FeliCaCard.read(int serviceCode, int startBlock, int blocks)
          Reads one more more blocks of data from FeliCa card.
 byte[] ISO14443Card.read16(int address)
          Reads one block of data from Mifare Classic/Ultralight cards.
 byte[] STSRICard.readBlock(int address)
          Reads one more more blocks of data from ST SRI card.
 void STSRICard.reset()
          Card reset.
 void RC663.resume()
          Reinitialize RF card reader module to listen for cards.
 void FeliCaCard.smartTagClearScreen()
          Clears the screen of FeliCa SmartTag.
 void FeliCaCard.smartTagDisplayLayout(int layout)
          Displays previously stored layout.
 void FeliCaCard.smartTagDrawImage(int x, int y, int width, int height, int drawMode, int layout, byte[] data)
          Draws image on FeliCa SmartTag's screen.
 int FeliCaCard.smartTagGetBatteryStatus()
          Returns FeliCa SmartTag battery status.
 byte[] FeliCaCard.smartTagRead(int address, int length)
          Writes data in FeliCa SmartTag.
 void FeliCaCard.smartTagSaveLayout(int layout)
          Saves the current display as layout number.
 void FeliCaCard.smartTagWrite(int address, byte[] data)
          Writes data in FeliCa SmartTag.
 byte[] RC663.transmitCard(int channel, byte[] data)
          Transmit command data to card.
 byte[] RC663.transmitCard(int channel, byte[] data, int length)
          Transmit command data to card.
 void ISO14443Card.ulcAuthenticate(byte[] key)
          Performs 3DES authentication of Mifare Ultralight C card using the given key.
 void ISO14443Card.ulcSetKey(byte[] key)
          Sets the 3DES key of Mifare Ultralight C cards.
 int ISO15693Card.write(int startBlock, byte[] data)
          Writes one more more blocks of data to ISO 15693 card.
 void FeliCaCard.write(int serviceCode, int startBlock, byte[] data)
          Writes one more more blocks of data to FeliCa card.
 void ISO14443Card.write16(int address, byte[] data)
          Writes one block of data to Mifare Classic/Ultralight cards.
 void ISO15693Card.writeAFI(byte afi)
          Changes ISO 15693 card AFI.
 void STSRICard.writeBlock(int address, byte[] data)
          Writes one more more blocks of data to ST SRI card.
 void ISO15693Card.writeDSFID(byte dsfid)
          Changes ISO 15693 card DSFID.