NodeOPCUA API Documentation
    Preparing search index...

    Interface HistoryReadResponseOptions

    interface HistoryReadResponseOptions {
        diagnosticInfos?: (DiagnosticInfo | null)[] | null;
        responseHeader?: ResponseHeaderOptions;
        results?: HistoryReadResultOptions[] | null;
    }
    Index

    Properties

    diagnosticInfos?: (DiagnosticInfo | null)[] | null
    responseHeader?: ResponseHeaderOptions
    results?: HistoryReadResultOptions[] | null