Christina Quast a929bc8850 ccid_raw.py: SendTransmit: Pass list instead of array
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().
2015-06-19 13:24:38 +02:00
2015-04-09 19:47:45 +02:00
2015-04-05 16:24:17 +02:00
2015-03-10 15:34:00 +01:00
Description
No description provided
6.6 MiB
Languages
C 94.3%
HTML 2.9%
Makefile 0.9%
Lua 0.6%
Shell 0.5%
Other 0.8%