Package com.biglybt.net.upnp
Interface UPnPDevice
- All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice
,UPnPDeviceImpl
public interface UPnPDevice
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDeviceType
String getDeviceType() -
getFriendlyName
String getFriendlyName() -
getManufacturer
String getManufacturer() -
getManufacturerURL
String getManufacturerURL() -
getModelDescription
String getModelDescription() -
getModelName
String getModelName() -
getModelNumber
String getModelNumber() -
getModelURL
String getModelURL() -
getPresentation
String getPresentation() -
getSubDevices
UPnPDevice[] getSubDevices() -
getServices
UPnPService[] getServices() -
getRootDevice
UPnPRootDevice getRootDevice() -
getImages
UPnPDeviceImage[] getImages()
-