RootcanalUtils.RootcanalController
public static class RootcanalUtils.RootcanalController
extends Object
implements AutoCloseable
java.lang.Object |
↳ | com.android.sts.common.RootcanalUtils.RootcanalController |
ملخص
الأساليب العامة
أغلق
public void close ()
إنشاء جهاز Hci
public RootcanalUtils.HciDevice createHciDevice ()
قم بإنشاء جهاز HCI جديد عن طريق الاتصال بمقبس HCI الخاص بقناة الجذر.
رميات |
---|
DeviceNotAvailableException | |
IOException | |
InterruptedException | |
sendTestChannelCommand
public String sendTestChannelCommand (String cmd,
String... args)
أرسل أمرًا واحدًا إلى قناة اختبار قناة الجذر.
أرسل أمر "help" للحصول على قائمة بالأوامر المقبولة من Rootcanal.
المعلمات |
---|
cmd | String : أمر للإرسال |
args | String : وسيطات للأمر |
عائدات |
---|
String | سلسلة الاستجابة من قناة الجذر |
رميات |
---|
IOException | |
InterruptedException | |