Vixen
02b45cc4
csharp
public record class DeviceEntry

One thing a build can be deployed to.

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

Fields and properties (6)

  • public string Id

    A stable identifier — a serial number, a host name.

  • public string Name

    What to call it.

  • public DeviceKind Kind

    What kind of thing it is.

  • public string Platform

    What it runs — "Android 14", "Windows 11", "Safari 18".

  • public DeviceStatus Status

    What it is doing.

  • public string? Endpoint

    Where the remote inspector would attach, or when nothing is listening.

Methods (1)

  • public DeviceEntry(string Id, string Name, DeviceKind Kind, string Platform, DeviceStatus Status = Available, string? Endpoint = null)

    One thing a build can be deployed to.

Used by (9)

  • BuildSettingsTestsVixen.Editor.App.Tests
  • DeviceManagerVixen.Editor.Debugger
  • DeviceManagerViewVixen.Editor.Debugger
  • DiagnosticsModuleVixen.Editor.Diagnostics
  • EditorApplicationVixen.Editor.App
  • IDeviceDeployVixen.Editor.Debugger
  • IDeviceProviderVixen.Editor.Debugger
  • LocalDeviceProviderVixen.Editor.Debugger
  • PlayerDeployVixen.Editor.App