mirror of
https://gitlab.com/fabinfra/fabaccess/nfc.git
synced 2025-03-12 23:01:45 +01:00
9 lines
146 B
C#
9 lines
146 B
C#
namespace NFC.Cards.NXP_MIFARE_DESFire.Enums
|
|
{
|
|
public enum FileAccessRights : byte
|
|
{
|
|
FREE = 0x0E,
|
|
NEVER = 0x0F
|
|
}
|
|
}
|