NodeOPCUA API Documentation
    Preparing search index...

    Interface IAcceptedReverseConnection

    A socket that a ClientReverseConnect listener has accepted from a Server and for which the ReverseHello has already been read and validated. serverUri/endpointUrl come from that RHE.

    interface IAcceptedReverseConnection {
        endpointUrl: string;
        serverUri: string;
        socket: ISocketLike;
    }
    Index
    endpointUrl: string
    serverUri: string
    socket: ISocketLike