Interface AdbOptions

Hierarchy

  • AdbOptions

Properties

Properties

bin?: string

As the sole exception, this option provides the path to the adb binary, used for starting the server locally if initial connection fails. Defaults to 'adb'.

host?: string

host to connect default is 127.0.0.1

port?: number

The port where the ADB server is listening. Defaults to 5037.

Generated using TypeDoc