arbitrary exec example functional

This commit is contained in:
2022-08-02 20:58:35 -07:00
parent 0dddd8ca09
commit 2ae269d3c9
6 changed files with 52 additions and 4 deletions

2
adb.go
View File

@@ -38,7 +38,7 @@ type ConnOptions struct {
SerialNo Serial
}
// Connect to a device by serial number or IP.
// Connect to a device by IP:port.
//
// This will return a Device struct, which can be used to call other methods.
// If the connection fails or cannot complete on time, Connect will return an error.