Canboat ts-pgns
    Preparing search index...

    Function getFieldTypeEnumerationBits

    • Retrieves the bit representation for a specific value from a field type enumeration.

      Parameters

      • enumName: string

        The name of the enumeration to search.

      • value: number

        The value within the enumeration for which to get the bit representation.

      Returns undefined | number

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