Property IsConnected
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
IsConnected
Gets whether the MaaFramework.Binding.IMaaController is connected to the device specified by the constructor.
public bool IsConnected { get; }
Property Value
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerConnected(System.IntPtr).