Uses of Class
org.cybergarage.upnp.StateVariable
Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
-
Uses of StateVariable in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return StateVariable Modifier and Type Method Description StateVariable
Argument. getRelatedStateVariable()
StateVariable
Device. getStateVariable(String name)
StateVariable
Device. getStateVariable(String serviceType, String name)
StateVariable
Service. getStateVariable(String name)
StateVariable
ServiceStateTable. getStateVariable(int n)
Methods in org.cybergarage.upnp with parameters of type StateVariable Modifier and Type Method Description void
Service. addStateVariable(StateVariable var)
Add the StateVariable to the service.
Note: This method should be used to create a dynamic
Device withtout writing any XML that describe the device
.void
Service. notify(StateVariable stateVar)
void
StateVariable. set(StateVariable stateVar)
-
Uses of StateVariable in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control with parameters of type StateVariable Modifier and Type Method Description boolean
QueryListener. queryControlReceived(StateVariable stateVar)
void
QueryRequest. setRequest(StateVariable stateVar)
void
QueryResponse. setResponse(StateVariable stateVar)