void SetSwitches(WflyUplink.Ruta ruta, WflyUplink.Autopilot autopilot, byte hud, bool cam) { int[] slot0 = WflyUplink.SetSwitches(ruta, autopilot, hud,cam); if (wfly.IsOpen()) wfly.SetSlot(0, slot0); }