All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cybergarage.upnp.RootDescription Maven / Gradle / Ivy

Go to download

A pure Java Open Source implementation of the UPnP stack for JDK 1.4 or above

The newest version!
package org.cybergarage.upnp;


/**
 * @author Stefano "Kismet" Lenzi - [email protected]  
* Copyright (c) 2005 * */ public interface RootDescription { public final String ROOT_ELEMENT = "root"; public final String ROOT_ELEMENT_NAMESPACE = "urn:schemas-upnp-org:device-1-0"; public final String SPECVERSION_ELEMENT = "specVersion"; public final String MAJOR_ELEMENT = "major"; public final String MINOR_ELEMENT = "minor"; public final String SERVICE_LIST_ELEMENT = "serviceList"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy