mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next
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);
|
||||
}
|
||||
|
||||
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;
|
||||
|
Reference in New Issue
Block a user