Package org.netxms.client.topology
Class RadioInterface
java.lang.Object
org.netxms.client.topology.RadioInterface
Radio interface information
-
Constructor Summary
ConstructorsConstructorDescriptionRadioInterface(AbstractObject owner, NXCPMessage msg, long baseId) Create radio interface object from NXCP message -
Method Summary
Modifier 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
-
RadioInterface
Create radio interface object from NXCP message- Parameters:
owner- Owner (access point or node)msg- NXCP messagebaseId- object base id
-
-
Method Details
-
getIndex
public int getIndex()- Returns:
- the index
-
getName
Get name of this interface.- Returns:
- name of this interface
-
getBSSID
Get BSSID of this interface.- Returns:
- BSSID of this interface
-
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
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
- Returns:
- owner object
-