mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 17:28:32 +03:00
return commands read from card
This commit is contained in:
@@ -83,7 +83,7 @@ def disconnect_card(hcard):
|
|||||||
|
|
||||||
|
|
||||||
def do_intercept(cmd, dwActiveProtocol):
|
def do_intercept(cmd, dwActiveProtocol):
|
||||||
send_receive_cmd(cmd, hcard, dwActiveProtocol)
|
return send_receive_cmd(cmd, hcard, dwActiveProtocol)
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
(hcontext, reader) = establish_context()
|
(hcontext, reader) = establish_context()
|
||||||
|
|||||||
Reference in New Issue
Block a user