This section describes the system properties which are applied to the UPnP-enabled devices imported from the network to the OSGi service registry.
System Property |
Type |
Default Value |
Description |
|---|---|---|---|
mbs.upnp.cp.disable |
boolean |
false |
A flag that turns off/on the Control Point of the system for device management. |
mbs.upnp.cp.ignoreInvalidSCPDs |
boolean |
true |
A flag that when set to "true" will make the Control Point simply ignore a service with invalid SCPD so that the parent device will be successfully registered. |
mbs.upnp.cp.msearchinterval |
int |
0 |
The period of time in minutes for the Control Point to search for new devices in a UPnP network. The default value is "0". This indicated that there will be no periodic device search requests. |
mbs.upnp.cp.mx |
int |
30 |
The maximum time in seconds that a device should wait before sending a response to the search requests of a Control Point. The minimum allowed is "1" second. This property sets the value of the MX header defined in the "UPnP Device Architecture 1.1" specification. |
mbs.upnp.http.client.getoperationtimeout |
int |
15 |
The timeout in seconds for downloading the description documents of a UPnP device or service (DCPD and SCPD). |
mbs.upnp.cp.ignoreSCPDs |
boolean |
false |
Ignore the UPnP Service Description. If "true", the UPnP device service descriptions (SCPDs) will not be read. |
mbs.upnp.cp.alwaysReadDCPDs |
boolean |
false |
When to read the UPnP Device Description. If "true", UPnP device description will be read on every notify message. If "false", the UPnP device description will be read only once (on device announce). |