namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition DataTypeDescriptionType i=69
dataType String
dataType Name UAString i=12
isAbstract false
interface UADataTypeDescription_Base<T> {
    dataTypeVersion?: UAProperty<UAString, String>;
    dictionaryFragment?: UAProperty<Buffer, ByteString>;
}

Type Parameters

Hierarchy (view full)

Properties

dataTypeVersion?: UAProperty<UAString, String>
dictionaryFragment?: UAProperty<Buffer, ByteString>