mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
small fix dvbci
Origin commit data
------------------
Branch: master
Commit: 03c577f38b
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -47,4 +47,18 @@ public:
|
||||
static int pollAll();
|
||||
};
|
||||
|
||||
class eDVBCIHostControlSession: public eDVBCISession
|
||||
{
|
||||
enum {
|
||||
stateFinal=statePrivate
|
||||
};
|
||||
eDVBCISlot *slot;
|
||||
int receivedAPDU(const unsigned char *tag,const void *data, int len);
|
||||
int doAction();
|
||||
public:
|
||||
eDVBCIHostControlSession(eDVBCISlot *tslot);
|
||||
~eDVBCIHostControlSession();
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user