NodeOPCUA API Documentation
    Preparing search index...

    Interface UAMultiStateDictionaryEntryDiscreteBase_Base<T, DT>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition MultiStateDictionaryEntryDiscreteBaseType i=19077
    dataType Variant
    dataType Name number i=26
    value rank -1
    isAbstract false
    interface UAMultiStateDictionaryEntryDiscreteBase_Base<T, DT extends DataType> {
        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 Summary)

    Index

    Properties

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