Mercury API
SerialReader..::.Configuration Enumeration
NamespacesThingMagicSerialReaderSerialReader..::.Configuration
Reader Parameter Identifiers
Declaration Syntax
C#Visual BasicVisual C++
public enum Configuration
Public Enumeration Configuration
public enum class Configuration
Members
MemberDescription
UNIQUE_BY_ANTENNA
Key tag buffer records off of antenna ID as well as EPC; i.e., keep separate records for the same EPC read on different antennas 0: Disable -- Different antenna overwrites previous record. 1: Enable -- Different Antenna creates a new record.

TRANSMIT_POWER_SAVE
Run transmitter in lower-performance, power-saving mode. 0: Disable -- Higher transmitter bias for improved reader sensitivity 1: Enable -- Lower transmitter bias sacrifices sensitivity for power consumption

EXTENDED_EPC
Support 496-bit EPCs (vs normal max 96 bits) 0: Disable (max max EPC length = 96) 1: Enable 496-bit EPCs

ANTENNA_CONTROL_GPIO
Configure GPOs to drive antenna switch. 0: No switch 1: Switch on GPO1 2: Switch on GPO2 3: Switch on GPO1,GPO2

SAFETY_ANTENNA_CHECK
Refuse to transmit if antenna is not detected

SAFETY_TEMPERATURE_CHECK
Refuse to transmit if overtemperature condition detected

RECORD_HIGHEST_RSSI
If tag read duplicates an existing tag buffer record (key is the same), update the record's timestamp if incoming read has higher RSSI reading. 0: Keep timestamp of record's first read 1: Keep timestamp of read with highest RSSI

UNIQUE_BY_DATA
Key tag buffer records off tag data as well as EPC; i.e., keep separate records for the same EPC read with different data 0: Disable -- Different data overwrites previous record. 1: Enable -- Different data creates new record.

RSSI_IN_DBM
Whether RSSI values are reported in dBm, as opposed to arbitrary uncalibrated units.

SELF_JAMMER_CANCELLATION
Self jammer cancellation User can enable/disable through level2 API

PRODUCT_GROUP_ID
General category of finished reader into which module is integrated; e.g., 0: bare module 1: In-vehicle Reader (e.g., Tool Link, Vega) 2: USB Reader

PRODUCT_ID
Product ID (Group ID 0x0002) Information 0x0001 :M5e-C USB RFID Reader 0x0002 :Backback NA attenna 0x0003 :Backback EU attenna

ENABLE_FILTERING
enable/disable tag filtering

TAG_BUFFER_ENTRY_TIMEOUT
Tag Buffer Entry Timeout User can set the tag buffer timeout

UNIQUE_BY_PROTOCOL
Whether Reads of the same protocol considered same tag

CURRENT_MESSAGE_TRANSPORT
Transport bus type

SEND_CRC
Send crc

CONFIGURATION_TRIGGER_READ_GPIO
Configure GPI for trigger read

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)