mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-06-16 05:35:29 +03:00
a929bc8850
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().