Files
recycled-ni-libstb-hal/libdvbci/dvbci_datetimemgr.h
max_10 176cffb538 rename tSlot -> eDVBCISlot
Origin commit data
------------------
Branch: master
Commit: 42811846d7
Author: max_10 <max_10@gmx.de>
Date: 2017-10-23 (Mon, 23 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-10-23 23:14:22 +02:00

19 lines
388 B
C++

#ifndef __dvbci_dvbci_datetimemgr_h
#define __dvbci_dvbci_datetimemgr_h
#include "dvbci_session.h"
class eDVBCIDateTimeSession: public eDVBCISession
{
enum {
stateFinal=statePrivate, stateSendDateTime
};
int receivedAPDU(const unsigned char *tag, const void *data, int len);
int doAction();
public:
eDVBCIDateTimeSession(eDVBCISlot *tslot);
~eDVBCIDateTimeSession();
};
#endif