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)
读卡,此函数包含寻卡和验证密钥步骤
|
boolean |
RFIDWithISO14443A.write(java.lang.String key,
RFIDWithISO14443A.KeyType keyType,
int sector,
int block,
java.lang.String hexData)
写卡,此函数包括寻卡和密钥验证异常
|