Class: GrabbaProxcardPreferences

GrabbaProxcardPreferences

Access this class via grabba.proxcard.preferences

Constructor

new GrabbaProxcardPreferences()

Grabba proxcard preference identifiers.
Please refer to the preference name suffix for the preference type.
See:

Members

beepOnScanBool

Issue a beep upon successful scan. Default: true

EM4x05_removeLeadingZeroBool

Preference to remove the leading zero when scanning an EM4x05 RFID tag. Default: true

hid_decodeCorporate1000Bool

Controls the decoding of 35 bit Wiegand cards with HID Corporate 1000 encoding. (default: false)
If this preference is false, a hex string representation of the data will be returned.
If this preference is true, the 35-bit Wiegand cards will be automatically decoded as Corporate 1000 cards.
By default, 26 bit wiegand cards are decoded automatically when iClass_readProgrammedIDBool is enabled.

hid_decodeH10302Bool

Controls the decoding of 35 bit Wiegand cards for H10302 formatted cards. (default: false)
If this preference is false, a hex string representation of the data will be returned.
If this preference is true, the 35-bit Wiegand cards will be automatically decoded as H10302 cards.
By default, 26 bit wiegand cards are decoded automatically when iClass_readProgrammedIDBool is enabled.

hid_returnRawBool

Controls the behaviour of iClass SE readers - when set to true, the iClass SE reader will return the raw samResponse in the GrabbaProxcardListener.proxcardScannedEvent(byte[], int) callback. (default: false)
Please note the behaviour of the scan is also affected by iClass_readProgrammedIDBool as follows:
iClass_readProgrammedIDBool true: samResponse from a "scan and process media" command
iClass_readProgrammedIDBool false: samResponse from a "Scan field for card" command

iClass_readProgrammedIDBool

Controls behaviour of iClass readers - when set to true the iClass reader will return the programmed ID (also known as Wiegand type ID). (default: true)
The format of the programmed ID is "FFF NNNNN" where FFF is a 3 digit (0-9) facility code and NNNNN is a 5 digit (0-9) card number.
When set to false the normal behaviour of reading the Card serial number (CSN) applies. The CSN is made up of 8 binary bytes (64 bits).

regionCodeInt

The region code that is used to set the module to correct operating parameters for its particular location. Acceptable values are as follows: North American Region = 1 (default)
Europe Region = 2
Korea Region = 3
India Region = 4
Peoples Republic of China Region = 6
Europe 2 Region = 7
Europe 3 Region = 8
Korea 2 Region = 9
Australia Region = 11
New Zealand Region = 12
Open Region = 255

scanTimeoutInt

Proxcard scan timeout in milliseconds. Default: 5000

vibrateOnScanBool

Vibrate the phone upon successful scan. Default: true

x002_scaniClassCSNBool

Preference to attempt to scan for iClass card serial numbers when using the xxx2 RFID technology.
false = do not scan for iClass CSN (default).
true = attempt to scan for iClass CSN.

x008_performanceModeBool

Performance mode setting for x008 module.
false = High performance mode (default)
High performance mode optimises performance without regard to thermal characteristics or power consumption.
true = Low power mode
Low power mode minimises power consumption and optimises thermal characteristics without compromising performance in many, but not all, applications.

x008_transferPowerInt

Read and write transfer power for x008 in percentages. Default: 75