Method | Description | |
---|---|---|
Connect ( this client, |
Connect to a device via TCP/IP.
|
|
Connect ( this client, |
Connect to a device via TCP/IP.
|
|
Connect ( this client, string host ) : void |
Connect to a device via TCP/IP.
|
|
CreateForward ( this client, |
Creates a port forwarding between a local and a remote port.
|
|
CreateForward ( this client, |
Forwards a remote Unix socket to a local TCP socket.
|
|
ExecuteRemoteCommand ( this client, string command, |
Executes a shell command on the remote device
|
|
Reboot ( this client, |
Reboots the specified adb socket address.
|
public static Connect ( this client, |
||
client | this |
/// An instance of a class that implements the |
address | /// The IP address of the remote device. /// | |
return | void |
public static Connect ( this client, |
||
client | this |
/// An instance of a class that implements the |
endpoint |
/// The IP endpoint at which the |
|
return | void |
public static Connect ( this client, string host ) : void | ||
client | this |
/// An instance of a class that implements the |
host | string | /// The host address of the remote device. /// |
return | void |
public static CreateForward ( this client, |
||
client | this |
/// An instance of a class that implements the |
device | /// The device to which to forward the connections. /// | |
localPort | int | /// The local port to forward. /// |
remotePort | int | /// The remote port to forward to /// |
return | void |
public static CreateForward ( this client, |
||
client | this |
/// An instance of a class that implements the |
device | /// The device to which to forward the connections. /// | |
localPort | int | /// The local port to forward. /// |
remoteSocket | string | /// The remote Unix socket. /// |
return | void |
public static ExecuteRemoteCommand ( this client, string command, |
||
client | this |
/// An instance of a class that implements the |
command | string | The command to execute |
device | The device to execute on | |
rcvr | IShellOutputReceiver | The shell output receiver |
return | void |
public static Reboot ( this client, |
||
client | this |
/// An instance of a class that implements the |
device | The device. | |
return | void |