Method FindAsync
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
FindAsync(string)
Finds devices in an asynchronous operation.
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.