Class AdbDeviceInfo
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
A record providing properties of adb device information.
public record AdbDeviceInfo : IEquatable<AdbDeviceInfo>
Inheritance
Derived
Implements
Inherited Members
Extension Methods
Constructors
- AdbDeviceInfo(string, string, string, AdbScreencapMethods, AdbInputMethods, string)
-
A record providing properties of adb device information.
Properties
- AdbPath
-
Gets the path of an adb that a device connected to.
- AdbSerial
-
Gets the adb serial of a device.
- Config
-
Gets the config of a device.
- InputMethods
-
Gets the MaaFramework.Binding.AdbInputMethods of a device.
- Name
-
Gets the name of a device.
- ScreencapMethods
-
Gets the MaaFramework.Binding.AdbScreencapMethods of a device.