NodeOPCUA API Documentation
    Preparing search index...

    Interface ViewAttributesOptions

    interface ViewAttributesOptions {
        containsNoLoops?: boolean;
        description?: LocalizedTextLike | null;
        displayName?: LocalizedTextLike | null;
        eventNotifier?: number;
        specifiedAttributes?: number;
        userWriteMask?: number;
        writeMask?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    containsNoLoops?: boolean
    description?: LocalizedTextLike | null
    displayName?: LocalizedTextLike | null
    eventNotifier?: number
    specifiedAttributes?: number
    userWriteMask?: number
    writeMask?: number