com.aelitis.net.upnp
Interface UPnPDevice
- All Known Implementing Classes:
- NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice, UPnPDeviceImpl
public interface UPnPDevice
- Author:
- parg
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()