NodeOPCUA API Documentation
    Preparing search index...

    Interface GenericAttributesOptions

    interface GenericAttributesOptions {
        attributeValues?: GenericAttributeValueOptions[] | null;
        description?: LocalizedTextLike | null;
        displayName?: LocalizedTextLike | null;
        specifiedAttributes?: number;
        userWriteMask?: number;
        writeMask?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributeValues?: GenericAttributeValueOptions[] | null
    description?: LocalizedTextLike | null
    displayName?: LocalizedTextLike | null
    specifiedAttributes?: number
    userWriteMask?: number
    writeMask?: number