NodeOPCUA API Documentation
    Preparing search index...

    Interface HistoryUpdateResponseOptions

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

    Properties

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