mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add libduckbox
This commit is contained in:
20
libdvbci/dvbci_resmgr.h
Normal file
20
libdvbci/dvbci_resmgr.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __dvbci_dvbci_resmgr_h
|
||||
#define __dvbci_dvbci_resmgr_h
|
||||
|
||||
#include "dvbci_session.h"
|
||||
|
||||
class eDVBCIResourceManagerSession: public eDVBCISession
|
||||
{
|
||||
enum {
|
||||
stateFirstProfileEnquiry=statePrivate,
|
||||
stateProfileChange,
|
||||
stateProfileEnquiry,
|
||||
stateFinal
|
||||
};
|
||||
int receivedAPDU(const unsigned char *tag, const void *data, int len);
|
||||
int doAction();
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user