mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
EV1: AuthAES, Select APP, GetAPPIDs, ReadData and decode I-Block (cherry picked from commit 5a14e1b)
6 lines
78 B
Python
6 lines
78 B
Python
from enum import Enum
|
|
|
|
class TrafficSource(Enum):
|
|
Reader = 0
|
|
Card = 1
|