|
cybergarage-upnp
|
Static Public Attributes | |
| static final String | NS = "u" |
| static final String | QUERY_SOAPACTION |
| static final String | XMLNS = "urn:schemas-upnp-org:control-1-0" |
| static final String | QUERY_STATE_VARIABLE = "QueryStateVariable" |
| static final String | QUERY_STATE_VARIABLE_RESPONSE = "QueryStateVariableResponse" |
| static final String | VAR_NAME = "varName" |
| static final String | RETURN = "return" |
Constants for UPnP control protocol operations.
This class defines standard namespace prefixes, URNs, and element names used in UPnP control messages (SOAP actions and state variable queries).
|
static |
Namespace prefix for UPnP control elements.
|
static |
SOAP action URN for querying state variables.
|
static |
Element name for state variable query requests.
|
static |
Element name for state variable query responses.
|
static |
Element name for the return value in query responses.
|
static |
Element name for the variable name parameter in queries.
|
static |
XML namespace for UPnP control protocol version 1.0.