NodeOPCUA API Documentation
    Preparing search index...

    Interface ReverseConnectManagerContext

    The subset of an OPCUAServer the manager needs. Passed in (rather than importing OPCUAServer) to avoid a circular module dependency.

    interface ReverseConnectManagerContext {
        getDialEndpoint(): OPCUAServerEndPoint | undefined;
        getEndpointUrl(): string;
        getServerUri(): string;
    }
    Index
    • the server endpoint used to dial out and provide the SecureChannel (certificate, keys, ...)

      Returns OPCUAServerEndPoint | undefined

    • the SecureChannel EndpointUrl advertised as ReverseHello.EndpointUrl

      Returns string

    • the server ApplicationUri advertised as ReverseHello.ServerUri

      Returns string