Package | Description |
---|---|
com.rscja.deviceapi |
Modifier and Type | Method and Description |
---|---|
char[] |
RFIDWithISO14443A.M1_ReadData(int sector,
int block)
读取指定扇区指定block的数据,适用于S50和S70标签。使用此函数的时候,要确保该扇区密钥验证已通过。
Read data in designated sector and block, used for S50 and S70 tag.Ensure the key verification for this block have been passed before use this index. |
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. |