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 StateVariableArgument. getRelatedStateVariable()StateVariableDevice. getStateVariable(String name)StateVariableDevice. getStateVariable(String serviceType, String name)StateVariableService. getStateVariable(String name)StateVariableServiceStateTable. getStateVariable(int n)Methods in org.cybergarage.upnp with parameters of type StateVariable Modifier and Type Method Description voidService. 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
.voidService. notify(StateVariable stateVar)voidStateVariable. 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 booleanQueryListener. queryControlReceived(StateVariable stateVar)voidQueryRequest. setRequest(StateVariable stateVar)voidQueryResponse. setResponse(StateVariable stateVar)