rename tSlot -> eDVBCISlot

Origin commit data
------------------
Branch: master
Commit: 400d8f0ecd
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
This commit is contained in:
max_10
2017-10-23 23:30:10 +02:00
parent bad7bdc89b
commit 34ea4e5e75

View File

@@ -73,7 +73,7 @@ void eDVBCISession::sendSPDU(unsigned char tag, const void *data, int len, const
sendSPDU(slot, tag, data, len, session_nb, apdu, alen);
}
void eDVBCISession::sendSPDU(tSlot *slot, unsigned char tag, const void *data, int len, unsigned short session_nb, const void *apdu, int alen)
void eDVBCISession::sendSPDU(eDVBCISlot *slot, unsigned char tag, const void *data, int len, unsigned short session_nb, const void *apdu, int alen)
{
unsigned char pkt[4096];
unsigned char *ptr = pkt;