Uses of Class
org.cybergarage.upnp.StateVariable
-
Uses of StateVariable in org.cybergarage.upnp
Modifier and TypeMethodDescriptionArgument.getRelatedStateVariable()
Device.getStateVariable
(String name) Device.getStateVariable
(String serviceType, String name) Service.getStateVariable
(String name) ServiceStateTable.getStateVariable
(int n) Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
QueryListener.queryControlReceived
(StateVariable stateVar) void
QueryRequest.setRequest
(StateVariable stateVar) void
QueryResponse.setResponse
(StateVariable stateVar)