Grabba Driver for Android
Unified driver for Grabba devices on the Android operating system
ProxcardTypeID Enum Reference

Description

Enumeration of supported RFID/proximity card types.

This is typically used in conjunction with the ProxcardData class, where it provides identification of card/tag types upon successful scans.

The UNKNOWN value is a sentinel which signifies that the card/tag could not be detected (e.g. if it does not match any of the supported types); the other values all represent legitimate types.

Note
Not all card/tag types are supported by all proxcard reader types.
See also
ProxcardData for the most common usage of this type, and for a method which generates string representations of the IDs.

Public Attributes

 EM4X02
 EM4x02 card.
 
 EM4X05
 EM4x05 card.
 
 EM4X50
 EM4x50 card.
 
 FELICA
 FeliCa card.
 
 HID_PROX
 HID proximity card.
 
 HITAG_1
 Hitag 1 card.
 
 HITAG_2
 Hitag 2 card.
 
 ICLASS
 iClass card
 
 ICLASS_PROGRAMMED_ID
 iClass programmed ID card
 
 ICODE
 ICode card.
 
 ICODE_PC
 ICode PC card.
 
 ICODE_SLI
 ICode SLI card.
 
 ICODE_UID
 ICode UID card.
 
 ISO_14443A
 ISO 14443 type A card.
 
 ISO_14443B
 ISO 14443 type B card.
 
 ISO_14443C
 ISO 14443 type C card.
 
 ISO_15693
 ISO 15693 card.
 
 LRI512
 LRI512 card.
 
 MIFARE
 Mifare card.
 
 MIFARE_4K
 Mifare 4K card.
 
 MIFARE_PROX
 MifareProx card.
 
 MIFARE_UL
 Mifare UL card.
 
 Q5
 Q5 card.
 
 SLE55RXX
 SLE55RXX card.
 
 SLE66CL160S
 SLE66CL160S card.
 
 SR176
 SR176 card.
 
 SRF55VXXP
 SRF55VXXP card.
 
 SRF55VXXS
 SRF55VXXS card.
 
 TAGIT
 Tagit card.
 
 TAGIT_HFI
 Tagit HFI card.
 
 TEMPSENSE
 TempSense card.
 
 TI_RFID
 TI RFID card.
 
 UHF
 UHF card.
 
 UNKNOWN
 Unknown card type (sentinel value)