Uses of Class
RFIDReader.PowerSettings

  • Uses of PowerSettings in RFIDReader

    Methods in RFIDReader that return PowerSettings
    Modifier and Type
    Method
    Description
    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)
    RFIDReader.GetAntennaPowers1()
     
    Method: PowerSettings GetModulePowerSetting() Summary: Returns the read power and write power levels from the reader module.
    Methods in RFIDReader with parameters of type PowerSettings
    Modifier and Type
    Method
    Description
    boolean
    RFIDReader.SetAntennaPower​(int antennaId, 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 SetModulePowerSettings(Double readPower, Double writePower) Summary: This function directly sets the read and write power of the RFIDReader module.
    Constructors in RFIDReader with parameters of type PowerSettings
    Modifier
    Constructor
    Description