Canboat ts-pgns
    Preparing search index...

    Type Alias EnumFieldTypeValue

    type EnumFieldTypeValue = {
        Bits: string;
        FieldType: string;
        name: string;
        Resolution?: number;
        Unit?: string;
        value: number;
    }
    Index

    Properties

    Bits: string
    FieldType: string
    name: string
    Resolution?: number
    Unit?: string
    value: number