com.eurotech.framework.net.wifi
Interface WifiInterfaceAddressConfig

All Superinterfaces:
NetInterfaceAddress, NetInterfaceAddressConfig, WifiInterfaceAddress

public interface WifiInterfaceAddressConfig
extends WifiInterfaceAddress, NetInterfaceAddressConfig

Contains both the wifi interface status as well as all current configurations


Method Summary
 List<NetConfig> getConfigs()
          Returns a List of NetConfig Objects associated with a given WifiInterfaceAddressConfig for a given WifiInterface
 
Methods inherited from interface com.eurotech.framework.net.wifi.WifiInterfaceAddress
getBitrate, getMode, getWifiAccessPoint
 
Methods inherited from interface com.eurotech.framework.net.NetInterfaceAddress
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength
 

Method Detail

getConfigs

List<NetConfig> getConfigs()
Returns a List of NetConfig Objects associated with a given WifiInterfaceAddressConfig for a given WifiInterface

Specified by:
getConfigs in interface NetInterfaceAddressConfig
Returns:
the NetConfig Objects associated with the WifiInterfaceAddressConfig


Copyright © 2013. All Rights Reserved.