mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-13 15:37:39 +03:00
a929bc8850573e7790ad7fe35fcce189f85e899f
SCardTransmit expects the last function parameter cmd (the bytes to be send) to be of type list, but we pass a binary array to send_receive_cmd. Therefore, the cmd array has to be converted using its function tolist().
Description
No description provided
Languages
C
90.7%
Linker Script
3.7%
HTML
2.8%
Makefile
0.9%
Lua
0.6%
Other
1.3%