mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-30 22:19:12 +03:00
commands: fix apidoc (wrong order of parameters)
Change-Id: I4d17c71c7f992ecd795dd214d34f2e094c0a5b53
This commit is contained in:
@@ -110,9 +110,9 @@ class SimCardCommands:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
pdu : string of hexadecimal characters (ex. "A0A40000023F00")
|
pdu : string of hexadecimal characters (ex. "A0A40000023F00")
|
||||||
apply_lchan : apply the currently selected lchan to the CLA byte before sending
|
|
||||||
sw : string of 4 hexadecimal characters (ex. "9000"). The user may mask out certain
|
sw : string of 4 hexadecimal characters (ex. "9000"). The user may mask out certain
|
||||||
digits using a '?' to add some ambiguity if needed.
|
digits using a '?' to add some ambiguity if needed.
|
||||||
|
apply_lchan : apply the currently selected lchan to the CLA byte before sending
|
||||||
Returns:
|
Returns:
|
||||||
tuple(data, sw), where
|
tuple(data, sw), where
|
||||||
data : string (in hex) of returned data (ex. "074F4EFFFF")
|
data : string (in hex) of returned data (ex. "074F4EFFFF")
|
||||||
|
|||||||
Reference in New Issue
Block a user