mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-04-15 04:43:11 +03:00
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().