class Device

Defined at line 1826 of file fidling/gen/sdk/fidl/fuchsia.hardware.adb/fuchsia.hardware.adb/hlcpp/fuchsia/hardware/adb/cpp/fidl.h

Device interface for USB ADB. The device manages the USB endpoints needed for ADB.

Public Members

static const char[] Name_

Public Methods

void ~Device ()
void StartAdb (::fidl::InterfaceRequest< ::fuchsia::hardware::adb::UsbAdbImpl> interface, StartAdbCallback callback)

Start USB ADB protocol with |interface|.

void StopAdb (StopAdbCallback callback)

Stops USB ADB protocol.