|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netxms.client.topology.RadioInterface
public class RadioInterface
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 |
---|
public RadioInterface(AccessPoint ap, NXCPMessage msg, long baseId)
msg
- baseId
- Method Detail |
---|
public int getIndex()
public java.lang.String getName()
public MacAddress getMacAddress()
public int getChannel()
public int getPowerDBm()
public int getPowerMW()
public AccessPoint getAccessPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |