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

    Interface ConnectedSessionState

    Connected lifecycle variant with narrowed SerialPortInfo access via portInfo.

    interface ConnectedSessionState {
        portInfo: SerialPortInfo;
        status: "connected";
    }
    Index
    portInfo: SerialPortInfo
    status: "connected"