mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
9 lines
132 B
C#
9 lines
132 B
C#
namespace NFC.Mifare_DESFire.Enums
|
|
{
|
|
public enum AccessRights : byte
|
|
{
|
|
FREE = 0x0E,
|
|
NEVER = 0x0F
|
|
}
|
|
}
|