程序包 | 说明 |
---|---|
com.rscja.deviceapi |
限定符和类型 | 方法和说明 |
---|---|
char[] |
RFIDWithISO14443A.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。
|
ISO15693Entity |
RFIDWithISO15693.read(int block)
读取块数据
Read block data |
SimpleRFIDEntity |
RFIDWithISO14443A.read(int block)
读卡,适用于Urltra light标签
Read cadr, used for Urltra light tags |
SimpleRFIDEntity |
RFIDWithISO14443A.read(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block)
读卡,此函数包含寻卡和验证密钥步骤
Read card,includes find card and key verification steps. |
SimpleRFIDEntity |
RFIDWithISO14443A.readAllData(java.lang.String key,
RFIDWithISO14443A.TagType tagType)
读卡,读取卡片所有块中的数据
Read card. read all blocks data |