public interface ModemInterfaceAddress extends NetInterfaceAddress
Modifier and Type | Method and Description |
---|---|
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
|
getAddress, getBroadcast, getDnsServers, getGateway, getNetmask, getNetworkPrefixLength
int getSignalStrength()
boolean isRoaming()
ModemConnectionStatus getConnectionStatus()
long getBytesTransmitted()
long getBytesReceived()
ModemConnectionType getConnectionType()
Copyright © 2013. All Rights Reserved.