Home
last modified time | relevance | path

Searched defs:sendChunk (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_web_ui/src/transport/
Dweb_serial_transport.ts35 sendChunk: (chunk: Uint8Array) => Promise<void>; property
70 async sendChunk(chunk: Uint8Array): Promise<void> { method in WebSerialTransport
Ddevice_transport.ts20 sendChunk(chunk: Uint8Array): Promise<void>; method