package
0.5.0
Repository: https://github.com/prife/goadb.git
Documentation: pkg.go.dev

# Functions

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

# Constants

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
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
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.
No description provided by the author
StatusCodes are returned by the server.
Chunks cannot be longer than 64k.

# Variables

ErrAdb The server returned an error message, but we couldn't parse it.
No description provided by the author
ErrConnectionReset the connection to the server was reset in the middle of an operation.
ErrDeviceNotFound the server returned a "device not found" error.
ErrFileNoExist tried to perform an operation on a path that doesn't exist on the device.
ErrNetwork general network error communicating with the server.
No description provided by the author
ErrServerNotAvailable the server was not available on the requested port.

# Structs

Conn is a normal connection to an adb server.
DirEntry holds information about a directory entry on a device.
ErrorResponseDetails is an error message returned by the server for a particular request.
SyncConn is a connection to the adb server in sync mode.
SyncDirReader iterates over directory entries.
SyncFileReader wraps a SyncConn that has requested to receive a file.
SyncFileWriter wraps a SyncConn that has requested to send a file.

# Interfaces

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

# Type aliases

No description provided by the author
No description provided by the author