namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition PubSubDiagnosticsCounterType i=19725
dataType UInt32
dataType Name UInt32 i=7
isAbstract false
interface UAPubSubDiagnosticsCounter_Base<T> {
    active: UAProperty<boolean, Boolean>;
    classification: UAProperty<EnumPubSubDiagnosticsCounterClassification, Int32>;
    diagnosticsLevel: UAProperty<EnumDiagnosticsLevel, Int32>;
    timeFirstChange?: UAProperty<Date, DateTime>;
}

Type Parameters

Hierarchy (view full)

Properties

active: UAProperty<boolean, Boolean>
timeFirstChange?: UAProperty<Date, DateTime>