Canboat ts-pgns
    Preparing search index...

    Function getBitEnumerationValue

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

      Parameters

      • enumName: string

        The name of the bit enumeration to search within.

      • value: string

        The name of the enumeration value whose bit value is to be retrieved.

      Returns undefined | number

      The bit value as a number if found; otherwise, undefined.