|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.core.net.NetInterfaceAddressImpl com.eurotech.framework.core.net.modem.ModemInterfaceAddressImpl
public class ModemInterfaceAddressImpl
Constructor Summary | |
---|---|
ModemInterfaceAddressImpl()
|
|
ModemInterfaceAddressImpl(ModemInterfaceAddress other)
|
Method Summary | |
---|---|
long |
getBytesReceived()
Reports number of bytes received during a call |
long |
getBytesTransmitted()
Reports number of bytes transmitted during a call |
ModemConnectionStatus |
getConnectionStatus()
Reports connection status |
ModemConnectionType |
getConnectionType()
Reports Connection Type |
int |
getSignalStrength()
Reports signal strength in dBm |
boolean |
isRoaming()
Reports roaming status |
void |
setBytesReceived(long bytesReceived)
|
void |
setBytesTransmitted(long bytesTransmitted)
|
void |
setConnectionStatus(ModemConnectionStatus connectionStatus)
|
void |
setConnectionType(ModemConnectionType connectionType)
|
void |
setIsRoaming(boolean isRoaming)
|
void |
setSignalStrength(int signalStrength)
|
Methods inherited from class com.eurotech.framework.core.net.NetInterfaceAddressImpl |
---|
compare, equals, getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength, setAddress, setBroadcast, setDnsServers, setGateway, setNetmask, setNetworkPrefixLength |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.eurotech.framework.net.NetInterfaceAddress |
---|
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength |
Constructor Detail |
---|
public ModemInterfaceAddressImpl()
public ModemInterfaceAddressImpl(ModemInterfaceAddress other)
Method Detail |
---|
public int getSignalStrength()
ModemInterfaceAddress
getSignalStrength
in interface ModemInterfaceAddress
public void setSignalStrength(int signalStrength)
public boolean isRoaming()
ModemInterfaceAddress
isRoaming
in interface ModemInterfaceAddress
public void setIsRoaming(boolean isRoaming)
public ModemConnectionStatus getConnectionStatus()
ModemInterfaceAddress
getConnectionStatus
in interface ModemInterfaceAddress
public void setConnectionStatus(ModemConnectionStatus connectionStatus)
public long getBytesTransmitted()
ModemInterfaceAddress
getBytesTransmitted
in interface ModemInterfaceAddress
public void setBytesTransmitted(long bytesTransmitted)
public long getBytesReceived()
ModemInterfaceAddress
getBytesReceived
in interface ModemInterfaceAddress
public void setBytesReceived(long bytesReceived)
public ModemConnectionType getConnectionType()
ModemInterfaceAddress
getConnectionType
in interface ModemInterfaceAddress
public void setConnectionType(ModemConnectionType connectionType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |