![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, binary=False) |
| def | ePopen (self, cmd, callback=None, extra_args=None) |
| def | eBatch (self, cmds, callback, extra_args=None, debug=False) |
| def | eBatchCB (self, data, retVal, extraArg) |
| def | kill (self, name) |
| def | killAll (self) |
Public Attributes | |
| appContainers | |
| appResults | |
| binary | |
| debug | |
Console by default will work with strings on callback.
If binary data required class shoud be initialized with Console(binary=True) | def Components.Console.Console.__init__ | ( | self, | |
binary = False |
|||
| ) |
| def Components.Console.Console.eBatch | ( | self, | |
| cmds, | |||
| callback, | |||
extra_args = None, |
|||
debug = False |
|||
| ) |
| def Components.Console.Console.eBatchCB | ( | self, | |
| data, | |||
| retVal, | |||
| extraArg | |||
| ) |
| def Components.Console.Console.ePopen | ( | self, | |
| cmd, | |||
callback = None, |
|||
extra_args = None |
|||
| ) |
| def Components.Console.Console.kill | ( | self, | |
| name | |||
| ) |
| def Components.Console.Console.killAll | ( | self | ) |
| Components.Console.Console.appContainers |
| Components.Console.Console.appResults |
| Components.Console.Console.binary |
| Components.Console.Console.debug |