package
0.0.0-20241026201833-2dedacc6b523
Repository: https://github.com/basiooo/goadb.git
Documentation: pkg.go.dev

# Functions

IsAdbServerErrorMatching returns true if err is an *Err with code AdbError and for which predicate returns true when passed Details.ServerMsg.
MultiCloseable wraps c in a ReadWriteCloser that can be safely closed multiple times.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

The official implementation of adb imposes an undocumented 255-byte limit on messages.
ADB file modes seem to only be 16 bits.
ADB file modes seem to only be 16 bits.
ADB file modes seem to only be 16 bits.
ADB file modes seem to only be 16 bits.
ADB file modes seem to only be 16 bits.
StatusCodes are returned by the server.
StatusCodes are returned by the server.
StatusCodes are returned by the server.
StatusCodes are returned by the server.
StatusCodes are returned by the server.
Chunks cannot be longer than 64k.

# Structs

Conn is a normal connection to an adb server.
ErrorResponseDetails is an error message returned by the server for a particular request.
SyncConn is a connection to the adb server in sync mode.

# Interfaces

Scanner reads tokens from a server.
Sender sends messages to the server.
No description provided by the author
No description provided by the author
No description provided by the author