NodeOPCUA API Documentation
    Preparing search index...

    Interface ServerOnNetworkOptions

    interface ServerOnNetworkOptions {
        discoveryUrl?: UAString;
        recordId?: number;
        serverCapabilities?: UAString[] | null;
        serverName?: UAString;
    }
    Index

    Properties

    discoveryUrl?: UAString
    recordId?: number
    serverCapabilities?: UAString[] | null
    serverName?: UAString