com.eurotech.framework.net.modem
Interface ModemInterfaceAddressConfig

All Superinterfaces:
ModemInterfaceAddress, NetInterfaceAddress, NetInterfaceAddressConfig

public interface ModemInterfaceAddressConfig
extends ModemInterfaceAddress, NetInterfaceAddressConfig

Modem Interface Address Config represents the modem status and the modem configuration


Method Summary
 List<NetConfig> getConfigs()
          Returns a List of NetConfig Objects associated with a given ModemInterfaceAddressConfig for a given ModemInterface
 
Methods inherited from interface com.eurotech.framework.net.modem.ModemInterfaceAddress
getBytesReceived, getBytesTransmitted, getConnectionStatus, getConnectionType, getSignalStrength, isRoaming
 
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 ModemInterfaceAddressConfig for a given ModemInterface

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


Copyright © 2013. All Rights Reserved.