Uses of Class
org.cybergarage.upnp.StateVariable

Packages that use StateVariable
org.cybergarage.upnp   
org.cybergarage.upnp.control   
 

Uses of StateVariable in org.cybergarage.upnp
 

Methods in org.cybergarage.upnp that return StateVariable
 StateVariable Argument.getRelatedStateVariable()
           
 StateVariable ServiceStateTable.getStateVariable(int n)
           
 StateVariable Service.getStateVariable(String name)
           
 StateVariable Device.getStateVariable(String name)
           
 StateVariable Device.getStateVariable(String serviceType, String name)
           
 

Methods in org.cybergarage.upnp with parameters of type StateVariable
 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
 boolean QueryListener.queryControlReceived(StateVariable stateVar)
           
 void QueryRequest.setRequest(StateVariable stateVar)
           
 void QueryResponse.setResponse(StateVariable stateVar)
           
 



Copyright © 2012 DomoWare. All Rights Reserved.