diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-23 15:21:59 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-23 15:21:59 +0000 |
| commit | c8e724bf4828077d60b2d969fc210c0c5b722506 (patch) | |
| tree | 291de8784bc52cbaeb192f1c916587bc8cfbce6d /lib/dvb_ci/dvbci_ui.h | |
| parent | 82afad7661dffa00f29c80cbe4e9865ace1e0730 (diff) | |
| download | enigma2-c8e724bf4828077d60b2d969fc210c0c5b722506.tar.gz enigma2-c8e724bf4828077d60b2d969fc210c0c5b722506.zip | |
fix non working ENQ fields in CI mmi (PIN inputs and other)
TODO: make MMI global useable (at moment just in the mmi setup)
Diffstat (limited to 'lib/dvb_ci/dvbci_ui.h')
| -rw-r--r-- | lib/dvb_ci/dvbci_ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb_ci/dvbci_ui.h b/lib/dvb_ci/dvbci_ui.h index abf6173a..4f23974e 100644 --- a/lib/dvb_ci/dvbci_ui.h +++ b/lib/dvb_ci/dvbci_ui.h @@ -32,6 +32,7 @@ public: void setState(int slot, int state); std::string getAppName(int slot); void setAppName(int slot, const char *name); + void setInit(int slot); void setReset(int slot); int initialize(int slot); int startMMI(int slot); |
