Uses of Class
org.cybergarage.upnp.StateVariable
Packages that use StateVariable
-
Uses of StateVariable in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return StateVariableModifier and TypeMethodDescriptionArgument.getRelatedStateVariable()Device.getStateVariable(String name) Device.getStateVariable(String serviceType, String name) Service.getStateVariable(String name) ServiceStateTable.getStateVariable(int n) Methods in org.cybergarage.upnp with parameters of type StateVariableModifier and TypeMethodDescriptionvoidService.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 StateVariableModifier and TypeMethodDescriptionbooleanQueryListener.queryControlReceived(StateVariable stateVar) voidQueryRequest.setRequest(StateVariable stateVar) voidQueryResponse.setResponse(StateVariable stateVar)