Canboat ts-pgns
    Preparing search index...

    Function getBitEnumerationName

    • Retrieves the name associated with a specific bit value from a named bit enumeration.

      Parameters

      • enumName: string

        The name of the bit enumeration to search.

      • value: number

        The bit value for which to find the corresponding name.

      Returns undefined | string

      The name associated with the given bit value, or undefined if not found.