public class YRfidOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
DisableBoundaryChecks
Disables the tag memory overflow test.
|
protected boolean |
EnableDryRun
Enables simulation mode to check the affected block range as well
as access rights.
|
protected boolean |
EnableRawAccess
Enables direct access to RFID tag control blocks.
|
protected boolean |
ForceMultiBlockAccess
Forces the use of multi-block commands to access RFID tag memory blocks.
|
protected boolean |
ForceSingleBlockAccess
Forces the use of single-block commands to access RFID tag memory blocks.
|
protected String |
HexKey
Security key to be used to access the RFID tag, as an
hexadecimal string.
|
protected int |
KeyType
Type of security key to be used to access the RFID tag.
|
static int |
MIFARE_KEY_A |
static int |
MIFARE_KEY_B |
static int |
NO_RFID_KEY |
static int |
ST25DV_CONFIG_PWD |
static int |
ST25DV_PWD1 |
static int |
ST25DV_PWD2 |
static int |
ST25DV_PWD3 |
static int |
ST25TV_CONFIG_PWD |
static int |
ST25TV_PWD1 |
static int |
ST25TV_PWD2 |
| Constructor and Description |
|---|
YRfidOptions() |
public static final int NO_RFID_KEY
public static final int MIFARE_KEY_A
public static final int MIFARE_KEY_B
public static final int ST25DV_CONFIG_PWD
public static final int ST25DV_PWD1
public static final int ST25DV_PWD2
public static final int ST25DV_PWD3
public static final int ST25TV_CONFIG_PWD
public static final int ST25TV_PWD1
public static final int ST25TV_PWD2
protected int KeyType
protected String HexKey
protected boolean ForceSingleBlockAccess
protected boolean ForceMultiBlockAccess
protected boolean EnableRawAccess
protected boolean DisableBoundaryChecks
protected boolean EnableDryRun
public String imm_getParams()
Copyright © 2026. All rights reserved.