Table of Contents

Interface IAdbDeviceListBufferStatic<THandle>

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

An interface defining wrapped static abstract members for AdbDeviceListBuffer with generic handle.

public interface IAdbDeviceListBufferStatic<THandle>

Type Parameters

THandle

The type of handle.

Methods

TryGetList(THandle, out IList<AdbDeviceInfo>)

Gets the MaaFramework.Binding.AdbDeviceInfo list from a AdbDeviceListBuffer.

TryGetList(out IList<AdbDeviceInfo>, Func<THandle, bool>)

Gets the MaaFramework.Binding.AdbDeviceInfo list from a function using AdbDeviceListBuffer.