mirror of
https://github.com/taigrr/adb.git
synced 2026-04-01 18:48:42 -07:00
arbitrary exec example functional
This commit is contained in:
2
adb.go
2
adb.go
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user