/* DVB CI CA Manager */ #include eDVBCICAManagerSession::eDVBCICAManagerSession(eDVBCISlot *tslot) { slot = tslot; slot->ca_manager = this; } eDVBCICAManagerSession::~eDVBCICAManagerSession() { slot->ca_manager = 0; } int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *data, int len) { printf("SESSION(%d)/CA %02x %02x %02x: ", session_nb, tag[0], tag[1],tag[2]); for (int i=0; i