diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-15 14:29:29 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-15 14:29:29 +0200 |
| commit | 28ef64c0721e00780a6276cee33af259c7752c39 (patch) | |
| tree | 11a23fd70710eb0ad8ae5f53d2196c051a92e360 /wrappers/python/src/__init__.py | |
| parent | 4067d4d8a476797d0e62b5f5f890cbccf7c8d67c (diff) | |
FSM + State + Python: Add a connecting state and improve back transitions
Diffstat (limited to 'wrappers/python/src/__init__.py')
| -rw-r--r-- | wrappers/python/src/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/src/__init__.py b/wrappers/python/src/__init__.py index a438ed3..802ceec 100644 --- a/wrappers/python/src/__init__.py +++ b/wrappers/python/src/__init__.py @@ -82,6 +82,7 @@ lib.SetSecureLocation.argtypes, lib.SetSecureLocation.restype = [ c_char_p, ], c_void_p lib.SetConnected.argtypes, lib.SetConnected.restype = [c_char_p], c_void_p +lib.SetConnecting.argtypes, lib.SetConnecting.restype = [c_char_p], c_void_p lib.SetDisconnected.argtypes, lib.SetDisconnected.restype = [c_char_p], c_void_p lib.GetIdentifier.argtypes, lib.GetIdentifier.restype = [c_char_p], DataError lib.SetIdentifier.argtypes, lib.SetIdentifier.restype = [c_char_p, c_char_p], c_void_p |
