Skip to content

[Documentation] ASN.1 Boolean mismatch #76

Description

@F9Alejandro

In the documentation on your confluence site it says that booleans should return 0xFF for a true state and 0x00 for a false state. While looking at the code (trying to debug scp issues giving 6982 errors) it seems that for the ternary responses instead of returning 0xFF for true it is returning 1 or 0x01 for true instead. Should this be updated in the documentation to reflect the code? or should this be unified across the code base for 0xFF to be boolean true and 0x00 boolean false?

Thought this may help out others that run into odd issues with getStatus command and such.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions