Table of Contents

Method FindAsync

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

FindAsync(string)

Finds devices in an asynchronous operation.

public Task<IMaaListBuffer<AdbDeviceInfo>> FindAsync(string adbPath = "")

Parameters

adbPath string

The specified adb path that devices connected to.

Returns

Task<IMaaListBuffer<AdbDeviceInfo>>

The task object representing the asynchronous operation.

Exceptions

MaaInteroperationException

FindAsync(string)

Finds devices in an asynchronous operation.

public Task<IMaaListBuffer<AdbDeviceInfo>> FindAsync(string adbPath = "")

Parameters

adbPath string

The specified adb path that devices connected to.

Returns

Task<IMaaListBuffer<AdbDeviceInfo>>

The task object representing the asynchronous operation.

Exceptions

MaaInteroperationException