You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="agentPath">The path of agent directory. Default is "./MaaAgentBinary" if package "Maa.Framework" or "Maa.AgentBinary" is used.</param>
if(adbDevice.ScreencapMethods==AdbScreencapMethods.None)thrownewArgumentException($"Value cannot be {AdbScreencapMethods.None}.","adbDevice.ScreencapMethods");
39
-
if(adbDevice.InputMethods==AdbInputMethods.None)thrownewArgumentException($"Value cannot be {AdbInputMethods.None}.","adbDevice.InputMethods");
/// <param name="agentPath">The path of agent directory. Default is "./MaaAgentBinary" if package "Maa.Framework" or "Maa.AgentBinary" is used.</param>
60
55
/// <param name="link">Executes <see cref="IMaaController.LinkStart"/> if <see cref="LinkOption.Start"/>; otherwise, not link.</param>
61
56
/// <param name="check">Checks LinkStart().Wait() status if <see cref="CheckStatusOption.ThrowIfNotSucceeded"/>; otherwise, not check.</param>
/// <param name="ScreencapMethods">Gets the <see cref="AdbScreencapMethods"/> of a device.</param>
12
12
/// <param name="InputMethods">Gets the <see cref="AdbInputMethods"/> of a device.</param>
13
13
/// <param name="Config">Gets the config of a device.</param>
14
+
/// <param name="AgentPath">The path of agent directory. Default is "./MaaAgentBinary" if package "Maa.Framework" or "Maa.AgentBinary" is used.</param>
0 commit comments