mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
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:
@@ -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