org.ocap.hn.upnp.common
Interface UPnPAdvertisedDeviceIcon

All Superinterfaces:
UPnPDeviceIcon
All Known Subinterfaces:
UPnPClientDeviceIcon

public interface UPnPAdvertisedDeviceIcon
extends UPnPDeviceIcon

This interface represents a UPnP device icon as it is described on a particular network. It provides the data constituting a UPnP device icon, portions of which depend on the network interface on which it is advertised. Corresponds to the icon entry in the UPnP device description iconList element.


Method Summary
 String getURL()
          Gets the URL for retrieval of this icon.
 
Methods inherited from interface org.ocap.hn.upnp.common.UPnPDeviceIcon
getColorDepth, getHeight, getMimeType, getWidth
 

Method Detail

getURL

String getURL()
Gets the URL for retrieval of this icon.

Returns:
The URL used to retrieve this icon.


Copyright © 2011. All Rights Reserved.