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 |
| 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
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.