namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition MultiStateDictionaryEntryDiscreteType i=19084
dataType Variant
dataType Name Variant i=26
isAbstract false
interface UAMultiStateDictionaryEntryDiscrete_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>