Package | Description |
---|---|
com.rscja.deviceapi |
Modifier and Type | Method and Description |
---|---|
static RFIDWithISO14443A.KeyType |
RFIDWithISO14443A.KeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithISO14443A.KeyType[] |
RFIDWithISO14443A.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimpleRFIDEntity |
RFIDWithISO14443A.read(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block)
读卡,此函数包含寻卡和验证密钥步骤
Read card,includes find card and key verification steps. |
boolean |
RFIDWithISO14443A.VerifySector(int sector,
java.lang.String key,
RFIDWithISO14443A.KeyType keyType)
验证扇区。S50和S70标签需要使用到此函数。密钥验证通过才可对该扇区进行读写操作。
Sector verification, used for S50 and S70 tag, read and write can process only after the key verification passed. |
boolean |
RFIDWithISO14443A.write(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block,
java.lang.String hexData)
写卡,此函数包括寻卡和密钥验证异常
Write card, includes find card and key verification failure exception |