update BDS(msg) docstring
This commit is contained in:
parent
168acfb88d
commit
240f706e81
@ -443,8 +443,7 @@ def BDS(msg):
|
|||||||
msg (String): 28 bytes hexadecimal message string
|
msg (String): 28 bytes hexadecimal message string
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
String|None: Version: "BDS40", "BDS50", or "BDS60". Or None, if nothing
|
String or None: Version: "BDS20", "BDS40", "BDS50", or "BDS60". Or None, if nothing matched
|
||||||
matched
|
|
||||||
"""
|
"""
|
||||||
is2 = isBDS20(msg)
|
is2 = isBDS20(msg)
|
||||||
is4 = isBDS40(msg)
|
is4 = isBDS40(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user