Method | Description | |
---|---|---|
AdbClient ( |
Initializes a new instance of the AdbClient class.
|
|
Connect ( |
||
CreateAdbForwardRequest ( string address, int port ) : byte[] |
Creates the adb forward request.
|
|
CreateForward ( |
||
CreateForward ( |
||
ExecuteRemoteCommand ( string command, |
||
FormAdbRequest ( string req ) : byte[] |
Create an ASCII string preceded by four hex digits. The opening "####" is the length of the rest of the string, encoded as ASCII hex(case doesn't matter).
|
|
GetAdbVersion ( ) : int | ||
GetDevices ( ) : List |
||
KillAdb ( ) : void | ||
ListForward ( |
||
Reboot ( string into, |
||
RemoveAllForwards ( |
||
RemoveForward ( |
||
RunLogService ( |
||
SetDevice ( IAdbSocket socket, |
Method | Description | |
---|---|---|
EnsureDevice ( |
Throws an ArgumentNullException if the device parameter is
|
public AdbClient ( |
||
endPoint |
/// The |
|
return | SharpAdbClient.Exceptions |
public Connect ( |
||
endpoint | ||
return | string |
public static CreateAdbForwardRequest ( string address, int port ) : byte[] | ||
address | string | The address. |
port | int | The port. |
return | byte[] |
public CreateForward ( |
||
device | ||
local | ||
remote | ||
allowRebind | bool | |
return | void |
public CreateForward ( |
||
device | ||
local | string | |
remote | string | |
allowRebind | bool | |
return | void |
protected EnsureDevice ( |
||
device |
/// A |
|
return | void |
public ExecuteRemoteCommand ( string command, |
||
command | string | |
device | ||
receiver | IShellOutputReceiver | |
cancellationToken | ||
maxTimeToOutputResponse | int | |
return | void |
public static FormAdbRequest ( string req ) : byte[] | ||
req | string | The request to form. /// |
return | byte[] |
public ListForward ( |
||
device | ||
return | IEnumerable |
public Reboot ( string into, |
||
into | string | |
device | ||
return | void |
public RemoveAllForwards ( |
||
device | ||
return | void |
public RemoveForward ( |
||
device | ||
localPort | int | |
return | void |
public RunLogService ( |
||
device | ||
return | IEnumerable |
public SetDevice ( IAdbSocket socket, |
||
socket | IAdbSocket | |
device | ||
return | void |