Vixen
02b45cc4
csharp
public enum RemoteState

Where the editor's end of an inspector connection has got to.

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

Fields and properties (4)

  • Detached

    Nothing attached.

  • Attaching

    Connecting, or waiting for the far end's greeting.

  • Attached

    Attached and talking.

  • Incompatible

    Attached to something that speaks a different version of the protocol, which is a state of its own rather than a failure to connect.

Used by (3)

  • RemoteInspectorClientVixen.Editor.Debugger
  • RemoteInspectorTestsVixen.Editor.Debugger.Tests
  • RemoteInspectorViewVixen.Editor.Debugger