RootcanalUtils.RootcanalController

public static class RootcanalUtils.RootcanalController
extends Object implements AutoCloseable

java.lang.Object
   ↳ com.android.sts.common.RootcanalUtils.RootcanalController


Résumé

Méthodes publiques

void close()
RootcanalUtils.HciDevice createHciDevice()

Créez un appareil HCI en le connectant au support HCI du canal racine.

String sendTestChannelCommand(String cmd, String... args)

Envoyez une commande au canal de test rootcanal.

Méthodes publiques

fermer

public void close ()

Génère
IOException

createHciDevice

public RootcanalUtils.HciDevice createHciDevice ()

Créez un appareil HCI en le connectant au support HCI du canal racine.

Renvoie
RootcanalUtils.HciDevice Objet HciDevice permettant l'envoi/la réception depuis le port HCI

Génère
DeviceNotAvailableException
IOException
InterruptedException

Commande envoyerTestChannel

public String sendTestChannelCommand (String cmd, 
                String... args)

Envoyez une commande au canal de test rootcanal.

Envoyez une commande "help" pour obtenir la liste des commandes acceptées depuis Rootcanal.

Paramètres
cmd String: commande à envoyer

args String: arguments de la commande

Renvoie
String Chaîne de réponse du canal racine

Génère
IOException
InterruptedException