NodeOPCUA API Documentation
    Preparing search index...

    Function findServersOnNetwork

    • extract the server endpoints exposed by a discovery server

      Parameters

      • discoveryServerEndpointUri: string

      Returns Promise<ServerOnNetwork[]>

    • extract the server endpoints exposed by a discovery server

      Parameters

      • discoveryServerEndpointUri: string
      • callback: (err: Error | null, servers?: ServerOnNetwork[]) => void

      Returns void