Package | Description |
---|---|
RFIDReader |
API for encapsulating high-level reader functions
|
Modifier and Type | Method and Description |
---|---|
PowerSettings |
RFIDReader.GetAntennaPowers()
Methods:
PowerSettings GetAntennaPowers()
Summary:
Returns the read power and write power level settings in dBm of the internal antenna
(index 0) and the three external antennas (indexes 1, 2, and 3)
|
PowerSettings |
RFIDReader.GetModulePowerSetting()
Method:
PowerSettings GetModulePowerSetting()
Summary:
Returns the read power and write power levels from the reader module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RFIDReader.SetAntennaPower(int antennaNumber,
PowerSettings pSettings)
Method:
boolean SetAntennaPower(int antennaNumber, PowerSettings pSettings)
Summary:
Set the read and write power levels for when the reader is transmitting through the
specified antenna
|
boolean |
RFIDReader.SetModulePower(PowerSettings pSettings)
Group:
RF Setup and Query Methods
Method:
boolean SetModulePower(PowerSettings pSettings)
Summary:
This function directly sets the read and write power of the RFIDReader module.
|
Constructor and Description |
---|
PowerSettings(PowerSettings pSettings) |