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

org.ocap.hn.upnp.common.UPnPAdvertisedStateVariable Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.ocap.hn.upnp.common;


/**
 * This interface represents a UPnP state variable as it is described on a
 * particular network.
 * Corresponds to the {@code stateVariable} entry in the UPnP service
 * description {@code serviceStateTable} element.
 */
public interface UPnPAdvertisedStateVariable extends UPnPStateVariable {

    /**
     * Gets the UPnP service that this state variable is a member of.
     *
     * @return The service that this state variable is part of.
     */
    // public UPnPAdvertisedService getAdvertisedService();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy