com.aelitis.net.upnp
Interface UPnPDevice

All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice, UPnPDeviceImpl

public interface UPnPDevice

Author:
parg

Method Summary
 String getDeviceType()
           
 String getFriendlyName()
           
 UPnPDeviceImage[] getImages()
           
 String getManufacturer()
           
 String getManufacturerURL()
           
 String getModelDescription()
           
 String getModelName()
           
 String getModelNumber()
           
 String getModelURL()
           
 String getPresentation()
           
 UPnPRootDevice getRootDevice()
           
 UPnPService[] getServices()
           
 UPnPDevice[] getSubDevices()
           
 

Method Detail

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()