Interface UPnPLocalStateVariable

  • All Superinterfaces:
    UPnPStateVariable

    public interface UPnPLocalStateVariable
    extends UPnPStateVariable
    A local UPnP state variable which allows the value of the state variable to be queried.
    Since:
    1.1
    Version:
    $Revision: 5673 $
    • Method Detail

      • getCurrentValue

        java.lang.Object getCurrentValue()
        This method will keep the current values of UPnPStateVariables of a UPnPDevice whenever UPnPStateVariable's value is changed , this method must be called.
        Returns:
        Object current value of UPnPStateVariable. if the current value is initialized with the default value defined UPnP service description.