diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-22 19:39:36 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-22 19:39:36 +0000 |
| commit | 67d4b94bb0c054c4e2299122aa1e37192a00230b (patch) | |
| tree | 9e1c936f4cc07c9c02fa1ebab85b812dc23b5f19 /lib/dvb_ci/dvbci.h | |
| parent | a95480c7a50e4ecf72cee72693ba6b2c6654f510 (diff) | |
| download | enigma2-67d4b94bb0c054c4e2299122aa1e37192a00230b.tar.gz enigma2-67d4b94bb0c054c4e2299122aa1e37192a00230b.zip | |
add getmmistate
Diffstat (limited to 'lib/dvb_ci/dvbci.h')
| -rw-r--r-- | lib/dvb_ci/dvbci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index bdfa5d96..224ecde8 100644 --- a/lib/dvb_ci/dvbci.h +++ b/lib/dvb_ci/dvbci.h @@ -36,6 +36,7 @@ public: int stopMMI(); int answerText(int answer); int answerEnq(int answer, char *value); + int getMMIState(); }; class eDVBCIInterfaces @@ -57,6 +58,7 @@ public: int stopMMI(int slot); int answerText(int slot, int answer); int answerEnq(int slot, int answer, char *value); + int getMMIState(int slot); }; #endif |
