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

Type Parameters

Hierarchy (view full)

Properties

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