Skip to content

Potentially copy-paste errors in object_neo_device.h #164

@grant-allan-ctct

Description

@grant-allan-ctct

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions