#include <dvbci_ui.h>
|
| | eDVBCI_UI () |
| |
| void | setInit (int slot) |
| |
| void | setReset (int slot) |
| |
| int | startMMI (int slot) |
| |
| int | stopMMI (int slot) |
| |
| int | getMMIState (int slot) |
| |
| int | answerMenu (int slot, int answer) |
| |
| int | answerEnq (int slot, char *val) |
| |
| int | cancelEnq (int slot) |
| |
| int | setClockRate (int slot, int rate) |
| |
| int | setEnabled (int slot, bool enabled) |
| |
| int | getState (int slot) |
| |
| void | setState (int slot, int state) |
| |
| std::string | getAppName (int slot) |
| |
| void | setAppName (int slot, const char *name) |
| |
| int | availableMMI (int slot) |
| |
| PyObject * | getMMIScreen (int slot) |
| |
| int | processMMIData (int slot, const unsigned char *tag, const void *data, int len) |
| |
| int | mmiScreenClose (int slot, int timeout) |
| |
| int | mmiScreenEnq (int slot, int blind, int answerLen, char *text) |
| |
| int | mmiScreenBegin (int slot, int listmenu) |
| |
| int | mmiScreenAddText (int slot, int type, char *value) |
| |
| int | mmiScreenFinish (int slot) |
| |
| void | mmiSessionDestroyed (int slot) |
| |
◆ anonymous enum
| Enumerator |
|---|
| rateNormal | |
| rateHigh | |
◆ eDVBCI_UI()
◆ answerEnq()
| int eDVBCI_UI::answerEnq |
( |
int |
slot, |
|
|
char * |
val |
|
) |
| |
|
virtual |
◆ answerMenu()
| int eDVBCI_UI::answerMenu |
( |
int |
slot, |
|
|
int |
answer |
|
) |
| |
|
virtual |
◆ cancelEnq()
| int eDVBCI_UI::cancelEnq |
( |
int |
slot | ) |
|
|
virtual |
◆ getInstance()
◆ getMMIState()
| int eDVBCI_UI::getMMIState |
( |
int |
slot | ) |
|
|
virtual |
◆ setClockRate()
| int eDVBCI_UI::setClockRate |
( |
int |
slot, |
|
|
int |
rate |
|
) |
| |
◆ setEnabled()
| int eDVBCI_UI::setEnabled |
( |
int |
slot, |
|
|
bool |
enabled |
|
) |
| |
◆ setInit()
| void eDVBCI_UI::setInit |
( |
int |
slot | ) |
|
|
virtual |
◆ setReset()
| void eDVBCI_UI::setReset |
( |
int |
slot | ) |
|
|
virtual |
◆ startMMI()
| int eDVBCI_UI::startMMI |
( |
int |
slot | ) |
|
|
virtual |
◆ stopMMI()
| int eDVBCI_UI::stopMMI |
( |
int |
slot | ) |
|
|
virtual |
◆ ciStateChanged
| PSignal1<void,int> eDVBCI_UI::ciStateChanged |
The documentation for this class was generated from the following files: