mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
rename tSlot -> eDVBCISlot
This commit is contained in:
@@ -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);
|
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 pkt[4096];
|
||||||
unsigned char *ptr = pkt;
|
unsigned char *ptr = pkt;
|
||||||
|
Reference in New Issue
Block a user