Uses of Interface
org.ocap.hn.upnp.common.UPnPAdvertisedDevice

Packages that use UPnPAdvertisedDevice
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
org.ocap.hn.upnp.common Provides UPnP APIs common to client- and server-side use. 
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

Uses of UPnPAdvertisedDevice in org.ocap.hn.upnp.client
 

Subinterfaces of UPnPAdvertisedDevice in org.ocap.hn.upnp.client
 interface UPnPClientDevice
          This interface provides the client representation of a UPnP device, associated with a single IP address.
 

Uses of UPnPAdvertisedDevice in org.ocap.hn.upnp.common
 

Methods in org.ocap.hn.upnp.common that return UPnPAdvertisedDevice
 UPnPAdvertisedDevice[] UPnPAdvertisedDevice.getEmbeddedAdvertisedDevices()
          Gets the embedded devices for this UPnP Device.
 

Uses of UPnPAdvertisedDevice in org.ocap.hn.upnp.server
 

Methods in org.ocap.hn.upnp.server that return UPnPAdvertisedDevice
 UPnPAdvertisedDevice[] UPnPManagedDevice.getAdvertisedDevices()
          Gets the representations of this device on the network interfaces on which is it advertised.
 



Copyright © 2011. All Rights Reserved.