Const
Creates a client instance with the provided options. Note that this will not automatically establish a connection, it will only be done when necessary.
The client instance.
Function you should import and call first
import { createClient } fronm @u4/adbkit
const client = createClient();
An object compatible with [Net.connect][net-connect]'s options:
port The port where the ADB server is listening. Defaults to 5037
.
host The host of the ADB server. Defaults to '127.0.0.1'
.
bin 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'
.
Generated using TypeDoc
Keep @u4/adbkit v3.x old adb export