OBJECT

ConnectedEmulatorController

Describe the connection state of the physical device plugged into an emulated port.

  • type ConnectedEmulatorController {
  • # Whether or not the physical device of the emulated controller is connected.
  • isConnected: Boolean!
  • # The emulated controller plugged into the port.
  • controller: EmulatedController!
  • # The port index.
  • portIndex: Int!
  • # The emulated port device entry.
  • portDeviceEntry: EmulatedPortDeviceEntry!
  • }