Uses of Interface
org.osgi.service.upnp.UPnPStateVariable
-
Packages that use UPnPStateVariable Package Description org.osgi.service.upnp UPnP Package Version 1.2. -
-
Uses of UPnPStateVariable in org.osgi.service.upnp
Subinterfaces of UPnPStateVariable in org.osgi.service.upnp Modifier and Type Interface Description interface
UPnPLocalStateVariable
A local UPnP state variable which allows the value of the state variable to be queried.Methods in org.osgi.service.upnp that return UPnPStateVariable Modifier and Type Method Description UPnPStateVariable
UPnPAction. getStateVariable(java.lang.String argumentName)
Finds the state variable associated with an argument name.UPnPStateVariable
UPnPService. getStateVariable(java.lang.String name)
Gets aUPnPStateVariable
objects provided by this service by nameUPnPStateVariable[]
UPnPService. getStateVariables()
Lists allUPnPStateVariable
objects provided by this service.
-