Home
last modified time | relevance | path

Searched refs:activePortConnectionConnection (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_web_ui/src/transport/
Dweb_serial_transport.ts57 private activePortConnectionConnection: PortConnection | undefined; property in WebSerialTransport
71 if (this.activePortConnectionConnection) {
72 return this.activePortConnectionConnection.sendChunk(chunk);
93 this.activePortConnectionConnection = undefined;
104 this.activePortConnectionConnection =
110 this.activePortConnectionConnection.chunks.subscribe(
127 this.activePortConnectionConnection.errors.subscribe(error => {