Package | Description |
---|---|
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.
|
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 a
UPnPStateVariable objects provided by this service by
name |
UPnPStateVariable[] |
UPnPService.getStateVariables() |
Lists all
UPnPStateVariable objects provided by this service. |