Table of Contents

Method Find

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

Find(string)

Finds devices.

public IMaaListBuffer<AdbDeviceInfo> Find(string adbPath = "")

Parameters

adbPath string

The specified adb path that devices connected to.

Returns

IMaaListBuffer<AdbDeviceInfo>

The List of device information.

Exceptions

MaaInteroperationException

Find(string)

Finds devices.

public IMaaListBuffer<AdbDeviceInfo> Find(string adbPath = "")

Parameters

adbPath string

The specified adb path that devices connected to.

Returns

IMaaListBuffer<AdbDeviceInfo>

The List of device information.

Exceptions

MaaInteroperationException