NodeOPCUA API Documentation
    Preparing search index...

    Interface FindServersResponseOptions

    interface FindServersResponseOptions {
        responseHeader?: ResponseHeaderOptions;
        servers?: ApplicationDescriptionOptions[] | null;
    }
    Index

    Properties

    responseHeader?: ResponseHeaderOptions