namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition AlarmStateVariableType i=32244
dataType UInt16
dataType Name UInt16 i=32251
isAbstract false
interface UAAlarmStateVariable_Base<T> {
    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 full)

Properties

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