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

Type Parameters

  • T extends Buffer

Hierarchy (view full)

Properties

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