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

Packages that use UPnPStateVariable
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 UPnPStateVariable in org.ocap.hn.upnp.client
 

Subinterfaces of UPnPStateVariable in org.ocap.hn.upnp.client
 interface UPnPClientStateVariable
          This interface is the client representation of a UPnP state variable.
 

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

Subinterfaces of UPnPStateVariable in org.ocap.hn.upnp.common
 interface UPnPAdvertisedStateVariable
          This interface represents a UPnP state variable as it is described on a particular network.
 

Methods in org.ocap.hn.upnp.common that return UPnPStateVariable
 UPnPStateVariable UPnPAction.getRelatedStateVariable(String name)
          Gets the UPnP state variable associated with the specified argument name.
 

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

Subinterfaces of UPnPStateVariable in org.ocap.hn.upnp.server
 interface UPnPManagedStateVariable
          This interface provides the server representation of a UPnP state variable.
 



Copyright © 2011. All Rights Reserved.