Package org.netxms.client.topology
Class RadioInterface
java.lang.Object
org.netxms.client.topology.RadioInterface
Radio interface information
- 
Constructor SummaryConstructorsConstructorDescriptionRadioInterface(AbstractObject owner, NXCPMessage msg, long baseId) Create radio interface object from NXCP message
- 
Method SummaryModifier and TypeMethodDescriptiongetBand()Get radio band of this interface.getBSSID()Get BSSID of this interface.intintGet radio frequency of this interface.intgetIndex()getName()Get name of this interface.getOwner()intGet transmitting power in dBmintGet transmitting power in milliwattsgetSSID()Get SSID of this interface.
- 
Constructor Details- 
RadioInterfaceCreate radio interface object from NXCP message- Parameters:
- owner- Owner (access point or node)
- msg- NXCP message
- baseId- object base id
 
 
- 
- 
Method Details- 
getIndexpublic int getIndex()- Returns:
- the index
 
- 
getNameGet name of this interface.- Returns:
- name of this interface
 
- 
getBSSIDGet BSSID of this interface.- Returns:
- BSSID of this interface
 
- 
getSSIDGet SSID of this interface.- Returns:
- SSID of this interface
 
- 
getFrequencypublic int getFrequency()Get radio frequency of this interface.- Returns:
- radio frequency of this interface in MHz
 
- 
getBandGet radio band of this interface.- Returns:
- radio band of this interface.
 
- 
getChannelpublic int getChannel()- Returns:
- the channel
 
- 
getPowerDBmpublic int getPowerDBm()Get transmitting power in dBm- Returns:
- the powerDBm
 
- 
getPowerMWpublic int getPowerMW()Get transmitting power in milliwatts- Returns:
- the powerMW
 
- 
getOwner- Returns:
- owner object
 
 
-