Class RadioInterface

java.lang.Object
org.netxms.client.topology.RadioInterface

public class RadioInterface extends Object
Radio interface information
  • Constructor Details

    • RadioInterface

      public RadioInterface(AbstractObject owner, NXCPMessage msg, long baseId)
      Create radio interface object from NXCP message
      Parameters:
      owner - Owner (access point or node)
      msg - NXCP message
      baseId - object base id
  • Method Details

    • getIndex

      public int getIndex()
      Returns:
      the index
    • getName

      public String getName()
      Get name of this interface.
      Returns:
      name of this interface
    • getBSSID

      public MacAddress getBSSID()
      Get BSSID of this interface.
      Returns:
      BSSID of this interface
    • getSSID

      public String getSSID()
      Get SSID of this interface.
      Returns:
      SSID of this interface
    • getFrequency

      public int getFrequency()
      Get radio frequency of this interface.
      Returns:
      radio frequency of this interface in MHz
    • getBand

      public RadioBand getBand()
      Get radio band of this interface.
      Returns:
      radio band of this interface.
    • getChannel

      public int getChannel()
      Returns:
      the channel
    • getPowerDBm

      public int getPowerDBm()
      Get transmitting power in dBm
      Returns:
      the powerDBm
    • getPowerMW

      public int getPowerMW()
      Get transmitting power in milliwatts
      Returns:
      the powerMW
    • getOwner

      public AbstractObject getOwner()
      Returns:
      owner object