NodeOPCUA API Documentation
    Preparing search index...

    Interface UADataTypeDictionary_Base<T>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition DataTypeDictionaryType i=72
    dataType ByteString
    dataType Name Buffer i=15
    value rank -1
    isAbstract false
    interface UADataTypeDictionary_Base<T extends Buffer> {
        $namespaceUri?: UAProperty<UAString, String>;
        dataTypeVersion?: UAProperty<UAString, String>;
        deprecated?: UAProperty<boolean, Boolean>;
    }

    Type Parameters

    • T extends Buffer

    Hierarchy (View Summary)

    Index

    Properties

    $namespaceUri?: UAProperty<UAString, String>
    dataTypeVersion?: UAProperty<UAString, String>
    deprecated?: UAProperty<boolean, Boolean>