The following tables list the members exposed by the MifareClassicGlobalDataAccessCondition type.
Name | Description | |
---|---|---|
![]() |
ALWAYS | (Immutable) TRANSPORT CONFIGURATION for data blocks. Any type of access allowed with Key A or Key B. 000 - Read: Key AB | Write: Key AB | Inc: Key AB | Dec: Key AB. |
![]() |
INVALID | (Immutable) We use this value to indicate an invalid access condition. This may be caused by an invalid access bit block (example: wrong complements). |
![]() |
KEYBONLY | (Immutable) Access data using only Key B 011 - Read: Key B | Write: Key B | Inc: Never | Dec: Never. |
![]() |
NEVER | (Immutable) No data access at all 111 - Read: Never | Write: Never | Inc: Never | Dec: Never. |
![]() |
READONLY | (Immutable) Read only application using key A or key B 010 - Read: Key AB | Write: Never | Inc: Never | Dec: Never. |
![]() |
READONLY_WITH_KEYB | (Immutable) Read only application with only Key B 101 - Read: Key B | Write: Never | Inc: Never | Dec: Never. |
![]() |
UPDATE_WITH_KEYB | (Immutable) Use Key B to update 100 - Read: Key AB | Write: Key B | Inc: Never | Dec: Never. |
![]() |
VALUE_IS_RECHARGEABLE | (Immutable) Rechargeable counter 110 - Read: Key AB | Write: Key B | Inc: Key B | Dec: Key AB. |
![]() |
VALUE_NOT_RECHARGEABLE | (Immutable) Only value decrement or read-only access. 001 - Read: Key AB | Write: Never | Inc: Never | Dec: Key AB. |