namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition DiscreteItemType i=2372
dataType Null
dataType Name VariantOptions i=0
isAbstract true
interface UAMultiStateValueDiscreteArray_Base<T, DT> {
    definition?: UAProperty<UAString, String>;
    enumValues: UAProperty<DTEnumValue[], ExtensionObject>;
    valueAsText: UAProperty<LocalizedText[], LocalizedText>;
    valuePrecision?: UAProperty<number, Double>;
}

Type Parameters

Hierarchy (view full)

Properties

definition?: UAProperty<UAString, String>
valuePrecision?: UAProperty<number, Double>