NodeOPCUA API Documentation
    Preparing search index...

    Interface UAAlarmStateVariable_Base<T>

    namespace http://opcfoundation.org/UA/
    nodeClass VariableType
    typedDefinition AlarmStateVariableType i=32244
    dataType UInt16
    dataType Name UInt16 i=32251
    value rank -1
    isAbstract false
    interface UAAlarmStateVariable_Base<T extends UInt16> {
        activeCount: UAProperty<number, UInt32>;
        filter: UAProperty<DTContentFilter, ExtensionObject>;
        highestActiveSeverity: UAProperty<number, UInt16>;
        highestUnackSeverity: UAProperty<number, UInt16>;
        unacknowledgedCount: UAProperty<number, UInt32>;
        unconfirmedCount: UAProperty<number, UInt32>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    activeCount: UAProperty<number, UInt32>
    highestActiveSeverity: UAProperty<number, UInt16>
    highestUnackSeverity: UAProperty<number, UInt16>
    unacknowledgedCount: UAProperty<number, UInt32>
    unconfirmedCount: UAProperty<number, UInt32>