1 #ifndef __dvb_isection_h
2 #define __dvb_isection_h
4 #include <lib/dvb/idvb.h>
6 class iDVBSectionReader: public iObject
9 virtual RESULT start(const eDVBSectionFilterMask &mask)=0;
10 virtual RESULT stop()=0;
11 virtual RESULT connectRead(const Slot1<void,const __u8*> &read, ePtr<eConnection> &conn)=0;
12 virtual ~iDVBSectionReader() { };