![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include "socket_mmi.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <Python.h>
#include <lib/base/ebase.h>
#include <lib/base/init.h>
#include <lib/base/init_num.h>
#include <lib/base/eerror.h>
#include <lib/base/estring.h>
#include <lib/dvb_ci/dvbci_session.h>
Macros | |
#define | MAX_LENGTH_BYTES 4 |
#define | MIN_LENGTH_BYTES 1 |
#define | CMD_SET_NAME "\x01\x02\x03\x04" |
Functions | |
static PyObject * | socketmmi_get_socket_state_changed_cb_list (PyObject *self) |
static PyObject * | socketmmi_set_init (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_set_reset (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_available_mmi (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_get_mmi_screen (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_start_mmi (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_stop_mmi (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_answer_menu (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_answer_enq (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_cancel_enq (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_get_state (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_get_mmi_state (PyObject *self, PyObject *args) |
static PyObject * | socketmmi_get_name (PyObject *self, PyObject *args) |
PyMODINIT_FUNC | PyInit_socketmmi (void) |
Variables | |
eAutoInitP0< eSocket_UI > | init_socketui (eAutoInitNumbers::rc, "Socket MMI") |
static PyMethodDef | module_methods [] |
static struct PyModuleDef | moduledef |
#define CMD_SET_NAME "\x01\x02\x03\x04" |
#define MAX_LENGTH_BYTES 4 |
#define MIN_LENGTH_BYTES 1 |
PyMODINIT_FUNC PyInit_socketmmi | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
eAutoInitP0<eSocket_UI> init_socketui(eAutoInitNumbers::rc, "Socket MMI") | ( | eAutoInitNumbers::rc | , |
"Socket MMI" | |||
) |
|
static |