mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
parent
4cec3ec55c
commit
bb5e292a80
69 changed files with 1640 additions and 618 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
import { AutoDisposable } from '@yume-chan/event';
|
||||
import Struct from '@yume-chan/struct';
|
||||
import type { AdbPacketCore } from '../packet.js';
|
||||
import type { AdbPacketData } from '../packet.js';
|
||||
import type { AdbIncomingSocketEventArgs, AdbPacketDispatcher, AdbSocket } from '../socket/index.js';
|
||||
import { AdbBufferedStream } from '../stream/index.js';
|
||||
import { decodeUtf8 } from "../utils/index.js";
|
||||
|
||||
export interface AdbReverseHandler {
|
||||
onSocket(packet: AdbPacketCore, socket: AdbSocket): void;
|
||||
onSocket(packet: AdbPacketData, socket: AdbSocket): void;
|
||||
}
|
||||
|
||||
export interface AdbForwardListener {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue