namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition MultiStateDictionaryEntryDiscreteBaseType i=19077
dataType Variant
dataType Name Variant i=26
isAbstract false
interface UAMultiStateDictionaryEntryDiscreteBase_Base<T, DT> {
    definition?: UAProperty<UAString, String>;
    enumDictionaryEntries: UAProperty<NodeId[], NodeId>;
    enumValues: UAProperty<DTEnumValue[], ExtensionObject>;
    valueAsDictionaryEntries?: UAProperty<NodeId[], NodeId>;
    valueAsText: UAProperty<LocalizedText, LocalizedText>;
    valuePrecision?: UAProperty<number, Double>;
}

Type Parameters

Hierarchy (view full)

Properties

definition?: UAProperty<UAString, String>
enumDictionaryEntries: UAProperty<NodeId[], NodeId>
valueAsDictionaryEntries?: UAProperty<NodeId[], NodeId>
valuePrecision?: UAProperty<number, Double>