org.netxms.client.topology
Class RadioInterface

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

public class RadioInterface
extends java.lang.Object

Radio interface information


Constructor Summary
RadioInterface(AccessPoint ap, NXCPMessage msg, long baseId)
          Create radio interface object from NXCP message
 
Method Summary
 AccessPoint getAccessPoint()
           
 int getChannel()
           
 int getIndex()
           
 MacAddress getMacAddress()
           
 java.lang.String getName()
           
 int getPowerDBm()
          Get transmitting power in dBm
 int getPowerMW()
          Get transmitting power in milliwatts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioInterface

public RadioInterface(AccessPoint ap,
                      NXCPMessage msg,
                      long baseId)
Create radio interface object from NXCP message

Parameters:
msg -
baseId -
Method Detail

getIndex

public int getIndex()
Returns:
the index

getName

public java.lang.String getName()
Returns:
the name

getMacAddress

public 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


Copyright © 2013. All Rights Reserved.