Package | Description |
---|---|
com.rscja.deviceapi |
Modifier and Type | Method and Description |
---|---|
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 |
boolean |
RFIDWithISO14443A.write(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block,
java.lang.String hexData)
写卡,此函数包括寻卡和密钥验证异常
Card writing, this formula includes card searching and key verification err |