com.eurotech.framework.net.wifi
Interface WifiInterfaceAddress

All Superinterfaces:
NetInterfaceAddress
All Known Subinterfaces:
WifiInterfaceAddressConfig

public interface WifiInterfaceAddress
extends NetInterfaceAddress

Interface for wifi status information


Method Summary
 long getBitrate()
          The bit rate currently used by the wireless device, in kilobits/second (Kb/s).
 WifiMode getMode()
          The operating mode of the wireless device.
 WifiAccessPoint getWifiAccessPoint()
          Returns the WifiAccessPoint that this InterfaceAddress was acquired from when in managed mode.
 
Methods inherited from interface com.eurotech.framework.net.NetInterfaceAddress
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength
 

Method Detail

getMode

WifiMode getMode()
The operating mode of the wireless device.

Returns:

getBitrate

long getBitrate()
The bit rate currently used by the wireless device, in kilobits/second (Kb/s).

Returns:

getWifiAccessPoint

WifiAccessPoint getWifiAccessPoint()
Returns the WifiAccessPoint that this InterfaceAddress was acquired from when in managed mode. Returns a WifiAccessPoint representing itself when in master mode.

Returns:
the WifiAccessPoint


Copyright © 2013. All Rights Reserved.