NodeOPCUA API Documentation
    Preparing search index...

    Interface BitFieldDefinitionOptions

    interface BitFieldDefinitionOptions {
        description?: LocalizedTextLike | null;
        endingBitPosition?: number;
        name?: UAString;
        reserved?: boolean;
        startingBitPosition?: number;
    }
    Index

    Properties

    description?: LocalizedTextLike | null
    endingBitPosition?: number
    name?: UAString
    reserved?: boolean
    startingBitPosition?: number