?? UPnPLocalStateVariable

??????:
UPnPStateVariable

public interface UPnPLocalStateVariable extends UPnPStateVariable
A local UPnP state variable which allows the value of the state variable to be queried.
???????:
1.1
  • ??????

    • getCurrentValue

      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.
      ??:
      Object current value of UPnPStateVariable. If the current value is initialized with the default value defined UPnP service description.
      ??:
      IllegalStateException - If the UPnP state variable has been removed.