NodeOPCUA API Documentation
    Preparing search index...

    Interface UAFiniteStateVariable_Base<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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