public void CameraSetMode(coCamera camera, string mode, string arg1 = "", string arg2 = "", string arg3 = "")
     {
     coSimDataBlock t = camera.getDataBlock();
     System.Console.WriteLine(t.getName());
     console.Call_Classname(camera.getDataBlock().AsString(), "setMode", new string[] { camera, mode, arg1, arg2, arg3 });
     // Punt this one over to our datablock
     }