Vixen
02b45cc4
csharp
public interface IDeviceProvider

Something that can say which devices are there.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ An interface with no implementation in this assembly, and that is the honest state of it. Finding an Android device means adb, a console means the vendor's SDK, and a machine on the LAN means whatever discovery Vixen.Net grows — none of which the editor can do today, and all of which are one class each behind this. What exists now is the panel, the shape of an entry, and a local provider, so that adding adb is adding a provider rather than building a window.

Fields and properties (1)

  • string Name

    What to call this source of devices in the panel.

Methods (1)

Used by (2)

  • DeviceManagerVixen.Editor.Debugger
  • LocalDeviceProviderVixen.Editor.Debugger