|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.datecs.api.rfid.RFID
public abstract class RFID
Class that represents RFID module.
| Field Summary | |
|---|---|
static int |
CARD_SUPPORT_FELICA
FeliCa card. |
static int |
CARD_SUPPORT_ISO15
ISO15 card. |
static int |
CARD_SUPPORT_JEWEL
JEWEL card. |
static int |
CARD_SUPPORT_NFC
NFC card. |
static int |
CARD_SUPPORT_STSRI
ST SRI card. |
static int |
CARD_SUPPORT_TYPE_A
TYPE A card. |
static int |
CARD_SUPPORT_TYPE_B
TYPE B card. |
| Method Summary | |
|---|---|
void |
close()
Close attached streams and release associated resources. |
java.lang.String |
getLastError()
Get last error. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CARD_SUPPORT_TYPE_A
public static final int CARD_SUPPORT_TYPE_B
public static final int CARD_SUPPORT_FELICA
public static final int CARD_SUPPORT_NFC
public static final int CARD_SUPPORT_JEWEL
public static final int CARD_SUPPORT_ISO15
public static final int CARD_SUPPORT_STSRI
| Method Detail |
|---|
public java.lang.String getLastError()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||