NodeOPCUA API Documentation
    Preparing search index...

    Interface RegisteredServerOptions

    interface RegisteredServerOptions {
        discoveryUrls?: UAString[] | null;
        gatewayServerUri?: UAString;
        isOnline?: boolean;
        productUri?: UAString;
        semaphoreFilePath?: UAString;
        serverNames?: (LocalizedTextLike | null)[] | null;
        serverType?: ApplicationType;
        serverUri?: UAString;
    }
    Index

    Properties

    discoveryUrls?: UAString[] | null
    gatewayServerUri?: UAString
    isOnline?: boolean
    productUri?: UAString
    semaphoreFilePath?: UAString
    serverNames?: (LocalizedTextLike | null)[] | null
    serverType?: ApplicationType
    serverUri?: UAString