NodeOPCUA API Documentation
    Preparing search index...

    Interface UALogObject_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition LogObjectType i=19352
    isAbstract false
    interface UALogObject_Base {
        getRecords: UAMethod;
        maxRecords?: UAProperty<number, UInt32>;
        maxStorageDuration?: UAProperty<number, Double>;
        minimumSeverity?: UAProperty<number, UInt16>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    getRecords: UAMethod
    maxRecords?: UAProperty<number, UInt32>
    maxStorageDuration?: UAProperty<number, Double>
    minimumSeverity?: UAProperty<number, UInt16>