Package org.netxms.client.topology
Class RadioInterface
- java.lang.Object
-
- org.netxms.client.topology.RadioInterface
-
public class RadioInterface extends Object
Radio interface information
-
-
Constructor Summary
Constructors Constructor Description RadioInterface(AccessPoint ap, org.netxms.base.NXCPMessage msg, long baseId)Create radio interface object from NXCP message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessPointgetAccessPoint()intgetChannel()intgetIndex()org.netxms.base.MacAddressgetMacAddress()StringgetName()intgetPowerDBm()Get transmitting power in dBmintgetPowerMW()Get transmitting power in milliwatts
-
-
-
Constructor Detail
-
RadioInterface
public RadioInterface(AccessPoint ap, org.netxms.base.NXCPMessage msg, long baseId)
Create radio interface object from NXCP message- Parameters:
ap- Access pointmsg- NXCP messagebaseId- object base id
-
-
Method Detail
-
getIndex
public int getIndex()
- Returns:
- the index
-
getName
public String getName()
- Returns:
- the name
-
getMacAddress
public org.netxms.base.MacAddress getMacAddress()
- Returns:
- the macAddress
-
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
-
getAccessPoint
public AccessPoint getAccessPoint()
- Returns:
- the accessPoint
-
-