dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/38602?usp=email )
Change subject: commands: fix apidoc (wrong order of parameters) ......................................................................
commands: fix apidoc (wrong order of parameters)
Change-Id: I4d17c71c7f992ecd795dd214d34f2e094c0a5b53 --- M pySim/commands.py 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/02/38602/1
diff --git a/pySim/commands.py b/pySim/commands.py index 03f0935..0173f70 100644 --- a/pySim/commands.py +++ b/pySim/commands.py @@ -110,9 +110,9 @@
Args: 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 - 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: tuple(data, sw), where data : string (in hex) of returned data (ex. "074F4EFFFF")