roslib
    Preparing search index...

    Type Alias ITransportFactory

    ITransportFactory: (url: string) => Promise<ITransport>

    Invoked when the roslib needs a new transport, such as when (re)connecting to the rosbridge server.

    Type Declaration