Package | Description |
---|---|
com.rscja.deviceapi | |
com.rscja.deviceapi.entity |
Modifier and Type | Method and Description |
---|---|
SimpleRFIDEntity |
RFIDWithISO14443A.read(int block)
读卡,适用于Urltra light标签
card reading, used for Urltra light tag |
SimpleRFIDEntity |
RFIDWithISO14443A.read(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block)
读卡,此函数包含寻卡和验证密钥步骤
Read card, this formula includes card search and key verfication procedure |
SimpleRFIDEntity |
RFIDWithISO14443A.readAllData(java.lang.String key,
RFIDWithISO14443A.TagType tagType)
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card |
SimpleRFIDEntity |
RFIDWithUHF.readData(java.lang.String accessPwd,
RFIDWithUHF.BankEnum bank,
int ptr,
int cnt)
Deprecated.
|
SimpleRFIDEntity |
RFIDWithUHF.readDataWithQT(java.lang.String accessPwd,
RFIDWithUHF.BankEnum bank,
int ptr,
int cnt)
Deprecated.
读取标签数据(不指定UII),用于R2000 QT标签
read tag data ( non-specified UII), used for R2000 QT tag |
SimpleRFIDEntity |
RFIDWithISO14443A.request()
寻卡
Search card |
Modifier and Type | Class and Description |
---|---|
class |
ISO15693Entity
ISO15693协议数据实体
ISO15639 protocol data entity |