enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Components.Console.Console Class Reference
Inheritance diagram for Components.Console.Console:

Public Member Functions

def __init__ (self)
 
def ePopen (self, cmd, callback=None, extra_args=[])
 
def eBatch (self, cmds, callback, extra_args=[], debug=False)
 
def eBatchCB (self, data, retval, _extra_args)
 
def dataAvailCB (self, name, data)
 
def finishedCB (self, name, retval)
 
def kill (self, name)
 
def killAll (self)
 

Public Attributes

 appContainers
 
 appResults
 
 callbacks
 
 extra_args
 
 debug
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Console.Console.__init__ (   self)

Member Function Documentation

◆ dataAvailCB()

def Components.Console.Console.dataAvailCB (   self,
  name,
  data 
)

◆ eBatch()

def Components.Console.Console.eBatch (   self,
  cmds,
  callback,
  extra_args = [],
  debug = False 
)

◆ eBatchCB()

def Components.Console.Console.eBatchCB (   self,
  data,
  retval,
  _extra_args 
)

◆ ePopen()

def Components.Console.Console.ePopen (   self,
  cmd,
  callback = None,
  extra_args = [] 
)

◆ finishedCB()

def Components.Console.Console.finishedCB (   self,
  name,
  retval 
)

◆ kill()

def Components.Console.Console.kill (   self,
  name 
)

◆ killAll()

def Components.Console.Console.killAll (   self)

Member Data Documentation

◆ appContainers

Components.Console.Console.appContainers

◆ appResults

Components.Console.Console.appResults

◆ callbacks

Components.Console.Console.callbacks

◆ debug

Components.Console.Console.debug

◆ extra_args

Components.Console.Console.extra_args

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