NodeOPCUA API Documentation
    Preparing search index...

    Interface ReverseConnectExpectation

    Criteria an inbound ReverseHello must satisfy to be handed to a waiting client.

    interface ReverseConnectExpectation {
        endpointUrl?: string;
        serverUri?: string;
    }
    Index
    endpointUrl?: string

    require the RHE EndpointUrl to equal this value

    serverUri?: string

    require the RHE ServerUri to equal this value