Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryListener.queryControlReceived(StateVariable stateVar) |
void |
QueryRequest.setRequest(StateVariable stateVar) |
void |
QueryResponse.setResponse(StateVariable stateVar) |