Constructor AdbDeviceInfo
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
AdbDeviceInfo(string, string, string, AdbScreencapMethods, AdbInputMethods, string, string)
A record providing properties of adb device information.
public AdbDeviceInfo(string Name, string AdbPath, string AdbSerial, AdbScreencapMethods ScreencapMethods, AdbInputMethods InputMethods, string Config, string AgentPath = "./MaaAgentBinary")Parameters
Namestring-
Gets the name of a device.
AdbPathstring-
Gets the path of an adb that a device connected to.
AdbSerialstring-
Gets the adb serial of a device.
ScreencapMethodsAdbScreencapMethods-
Gets the MaaFramework.Binding.AdbScreencapMethods of a device.
InputMethodsAdbInputMethods-
Gets the MaaFramework.Binding.AdbInputMethods of a device.
Configstring-
Gets the config of a device.
AgentPathstring-
The path of agent directory. Default is "./MaaAgentBinary" if package "Maa.Framework" or "Maa.AgentBinary" is used.