web-serial-rxjs API Documentation
    Preparing search index...

    Interface ShellClient

    interface ShellClient {
        exec$(command: string): Observable<ShellExecResult>;
        readUntilPrompt$(): Observable<string>;
    }
    Index

    Methods