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
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.