org.netxms.client.topology
Class WirelessStation

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

public class WirelessStation
extends java.lang.Object

Information about wireless station


Constructor Summary
WirelessStation(NXCPMessage msg, long baseId)
           
 
Method Summary
 long getAccessPointId()
           
 java.net.InetAddress getIpAddress()
           
 MacAddress getMacAddress()
           
 long getNodeObjectId()
           
 java.lang.String getRadioInterface()
           
 java.lang.String getSsid()
           
 int getVlan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WirelessStation

public WirelessStation(NXCPMessage msg,
                       long baseId)
Parameters:
msg -
baseId -
Method Detail

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.