Package | Description |
---|---|
com.rscja.deviceapi | |
com.rscja.deviceapi.interfaces | |
com.rscja.team.mtk.deviceapi | |
com.rscja.team.qcom.deviceapi |
Modifier and Type | Method and Description |
---|---|
char[] |
RFIDWithISO14443A.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。使用此函数的时候,要确保该扇区密钥验证已通过。
Read data in specified block of specified sector, used for S50 and S70 tag. |
ISO15693Entity |
RFIDWithISO15693.read(int block)
读取块数据
read block data |
SimpleRFIDEntity |
RFIDWithISO14443A.read(int block)
读卡,适用于Urltra light标签
card reading, used for Urltra light tag |
ISO15693Entity |
RFIDWithISO15693.read(int startBlock,
int Blocklen)
读取块数据
block data |
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 |
Modifier and Type | Method and Description |
---|---|
char[] |
IRFIDWithISO14443A.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。使用此函数的时候,要确保该扇区密钥验证已通过。
Read data in specified block of specified sector, used for S50 and S70 tag. |
ISO15693Entity |
IRFIDWithISO15693.read(int block)
读取块数据
read block data |
SimpleRFIDEntity |
IRFIDWithISO14443A.read(int block)
读卡,适用于Urltra light标签
card reading, used for Urltra light tag |
ISO15693Entity |
IRFIDWithISO15693.read(int startBlock,
int Blocklen)
读取块数据
block data |
SimpleRFIDEntity |
IRFIDWithISO14443A.read(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block)
读卡,此函数包含寻卡和验证密钥步骤
Read card, this formula includes card search and key verfication procedure |
SimpleRFIDEntity |
IRFIDWithISO14443A.readAllData(java.lang.String key,
RFIDWithISO14443A.TagType tagType)
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card |
Modifier and Type | Method and Description |
---|---|
char[] |
RFIDWithISO14443A_mtk.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。使用此函数的时候,要确保该扇区密钥验证已通过。
Read data in specified block of specified sector, used for S50 and S70 tag. |
ISO15693Entity |
RFIDWithISO15693_mtk.read(int block)
读取块数据
read block data |
SimpleRFIDEntity |
RFIDWithISO14443A_mtk.read(int block)
读卡,适用于Urltra light标签
card reading, used for Urltra light tag |
ISO15693Entity |
RFIDWithISO15693_mtk.read(int startBlock,
int Blocklen)
读取块数据
block data |
SimpleRFIDEntity |
RFIDWithISO14443A_mtk.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_mtk.readAllData(java.lang.String key,
RFIDWithISO14443A.TagType tagType)
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card |
Modifier and Type | Method and Description |
---|---|
char[] |
RFIDWithISO14443A_qcom.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。使用此函数的时候,要确保该扇区密钥验证已通过。
Read data in specified block of specified sector, used for S50 and S70 tag. |
ISO15693Entity |
RFIDWithISO15693_qcom.read(int block)
读取块数据
read block data |
SimpleRFIDEntity |
RFIDWithISO14443A_qcom.read(int block)
读卡,适用于Urltra light标签
card reading, used for Urltra light tag |
ISO15693Entity |
RFIDWithISO15693_qcom.read(int startBlock,
int Blocklen)
读取块数据
block data |
SimpleRFIDEntity |
RFIDWithISO14443A_qcom.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_qcom.readAllData(java.lang.String key,
RFIDWithISO14443A.TagType tagType)
读卡,读取卡片所有块中的数据
Card reading, read data of all blocks in the card |