NodeOPCUA API Documentation
    Preparing search index...

    Interface UAPubSubDiagnosticsCounter_Base<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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