enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.eDBusInterfaceProxy Class Reference
Inheritance diagram for enigma.eDBusInterfaceProxy:
Plugins.SystemPlugins.DBusInterfaceProxy.plugin.DBusInterfaceProxy

Public Member Functions

def __init__ (self)
 
def isTimerPending (self)
 
def play (self, val, isUri)
 
def pause (self)
 
def resume (self)
 
def stop (self)
 
def setVolume (self, to)
 
def getVolume (self)
 
def __disown__ (self)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Constructor & Destructor Documentation

◆ __init__()

def enigma.eDBusInterfaceProxy.__init__ (   self)
__init__(eDBusInterfaceProxy self) -> eDBusInterfaceProxy

Member Function Documentation

◆ __disown__()

def enigma.eDBusInterfaceProxy.__disown__ (   self)

◆ getVolume()

def enigma.eDBusInterfaceProxy.getVolume (   self)
getVolume(eDBusInterfaceProxy self) -> int

◆ isTimerPending()

def enigma.eDBusInterfaceProxy.isTimerPending (   self)
isTimerPending(eDBusInterfaceProxy self) -> bool

Reimplemented in Plugins.SystemPlugins.DBusInterfaceProxy.plugin.DBusInterfaceProxy.

◆ pause()

def enigma.eDBusInterfaceProxy.pause (   self)
pause(eDBusInterfaceProxy self) -> bool

◆ play()

def enigma.eDBusInterfaceProxy.play (   self,
  val,
  isUri 
)
play(eDBusInterfaceProxy self, std::string const & val, bool isUri) -> bool

Reimplemented in Plugins.SystemPlugins.DBusInterfaceProxy.plugin.DBusInterfaceProxy.

◆ resume()

def enigma.eDBusInterfaceProxy.resume (   self)
resume(eDBusInterfaceProxy self) -> bool

◆ setVolume()

def enigma.eDBusInterfaceProxy.setVolume (   self,
  to 
)
setVolume(eDBusInterfaceProxy self, int to) -> bool

Reimplemented in Plugins.SystemPlugins.DBusInterfaceProxy.plugin.DBusInterfaceProxy.

◆ stop()

def enigma.eDBusInterfaceProxy.stop (   self)
stop(eDBusInterfaceProxy self) -> bool

Reimplemented in Plugins.SystemPlugins.DBusInterfaceProxy.plugin.DBusInterfaceProxy.

Member Data Documentation

◆ thisown

enigma.eDBusInterfaceProxy.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
static

The documentation for this class was generated from the following file: