org.netxms.client.topology
Class WirelessStation
java.lang.Object
org.netxms.client.topology.WirelessStation
public class WirelessStation
- extends java.lang.Object
Information about wireless station
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WirelessStation
public WirelessStation(NXCPMessage msg,
long baseId)
- Parameters:
msg
- baseId
-
getMacAddress
public MacAddress getMacAddress()
- Returns:
- the macAddress
getIpAddress
public java.net.InetAddress getIpAddress()
- Returns:
- the ipAddress
getNodeObjectId
public long getNodeObjectId()
- Returns:
- the nodeObjectId
getAccessPointId
public long getAccessPointId()
- Returns:
- the accessPointId
getRadioInterface
public java.lang.String getRadioInterface()
- Returns:
- the radioInterface
getSsid
public java.lang.String getSsid()
- Returns:
- the ssid
getVlan
public int getVlan()
- Returns:
- the vlan
Copyright © 2013. All Rights Reserved.