You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is my first day of looking at this project and my first experience with seeing a Python wrapper for C code, so I'm in danger of this being a silly question, or this Issue being the wrong way to ask it, but here goes:
In object_neo_device.h there is a definition neo_device_object_members and to the untrained eye, certain items look like they may contain copy-paste errors.
"AutoHandleClose" is given the same offset as "MaxAllowedClients"
"IsOpen" is given the same offset as "_Handle"
"IsOpen" is given the same help string as "_Handle"
Here is a link to the first of these lines of code on the master branch.