Table of Contents

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

bool

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerConnected(System.IntPtr).