CreateController

void ISystem.CreateController(string xml, string sn, uint id, SimulatorSettings settings)

Creates a simulated top-controller from an XML controller description provided as string.

Parameters
  • xml – String containing XML controller description.

  • sn – Serial number of the simulated top-controller.

  • id – ID of the simulated top-controller, ignored if top-controller does not support an ID.

  • settings – SimulatorSettings containing simulator configuration settings.

Throws