Package com.biglybt.net.upnp.services
Interface UPnPWANCommonInterfaceConfig
-
- All Superinterfaces:
UPnPSpecificService
- All Known Implementing Classes:
UPnPSSWANCommonInterfaceConfigImpl
public interface UPnPWANCommonInterfaceConfig extends UPnPSpecificService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]
getCommonLinkProperties()
long
getTotalBytesReceived()
long
getTotalBytesSent()
-
Methods inherited from interface com.biglybt.net.upnp.services.UPnPSpecificService
getGenericService
-
-
-
-
Method Detail
-
getCommonLinkProperties
long[] getCommonLinkProperties() throws UPnPException
- Throws:
UPnPException
-
getTotalBytesSent
long getTotalBytesSent() throws UPnPException
- Throws:
UPnPException
-
getTotalBytesReceived
long getTotalBytesReceived() throws UPnPException
- Throws:
UPnPException
-
-