namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition StateVariableType i=2755
dataType LocalizedText
dataType Name LocalizedText i=21
isAbstract false
interface UAStateVariable_Base<T> {
    effectiveDisplayName?: UAProperty<LocalizedText, LocalizedText>;
    id: UAProperty<any, any>;
    name?: UAProperty<QualifiedName, QualifiedName>;
    number?: UAProperty<number, UInt32>;
}

Type Parameters

Hierarchy (view full)

Properties

effectiveDisplayName?: UAProperty<LocalizedText, LocalizedText>
id: UAProperty<any, any>
number?: UAProperty<number, UInt32>