NodeOPCUA API Documentation
    Preparing search index...
    interface PublishResponseOptions {
        availableSequenceNumbers?: number[] | null;
        diagnosticInfos?: (DiagnosticInfo | null)[] | null;
        moreNotifications?: boolean;
        notificationMessage?: NotificationMessageOptions;
        responseHeader?: ResponseHeaderOptions;
        results?: StatusCode[] | null;
        subscriptionId?: number;
    }
    Index

    Properties

    availableSequenceNumbers?: number[] | null
    diagnosticInfos?: (DiagnosticInfo | null)[] | null
    moreNotifications?: boolean
    notificationMessage?: NotificationMessageOptions
    responseHeader?: ResponseHeaderOptions
    results?: StatusCode[] | null
    subscriptionId?: number