This commit is contained in:
max10
2015-11-15 20:29:20 +01:00
parent 43ded09d01
commit ca27972f16
5 changed files with 79 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ class eDVBCIApplicationManagerSession: public eDVBCISession
int wantmenu;
int receivedAPDU(const unsigned char *tag, const void *data, int len);
int doAction();
bool readBlist();
int checkBlist();
public:
eDVBCIApplicationManagerSession(tSlot *tslot);
~eDVBCIApplicationManagerSession();